Skip to content

Commit

Permalink
Merge pull request #25 from flowr-analysis/24-ci-devtools-checks-are-…
Browse files Browse the repository at this point in the history
…repeated-for-push-and-pull-request-triggers

Only trigger the CI workflow for the main branch on push events
  • Loading branch information
EagleoutIce authored Sep 5, 2024
2 parents d396711 + fcc6efc commit 2b00953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
branches: [main]
Expand Down

0 comments on commit 2b00953

Please sign in to comment.