Skip to content

Commit

Permalink
only start on PRs and commits on master
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 24, 2024
1 parent 29bfa49 commit a8e95ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Test Collective Taxonomy

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a8e95ee

Please sign in to comment.