Skip to content

Commit

Permalink
Activate GH Action only on pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Oct 9, 2023
1 parent 0c90f44 commit b5c03cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test & Coverage
on: [pull_request, push]
on: [pull_request]
jobs:
test_and_coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5c03cd

Please sign in to comment.