Skip to content

Commit

Permalink
Avoid duplicate tests runs on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Dec 24, 2024
1 parent 1cba10f commit 83374d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tests
on:
pull_request:
push:
branches: '**' # not tags
branches: [master]
workflow_dispatch: # allows running workflow manually from the Actions tab

concurrency: # https://stackoverflow.com/questions/66335225#comment133398800_72408109
Expand Down

0 comments on commit 83374d4

Please sign in to comment.