Skip to content

Commit

Permalink
[CI] only run CI for push when pushing to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Sep 21, 2024
1 parent 6a70a44 commit 2cc9059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'docs/**'
- 'nimhdf5.nimble'
- '.github/workflows/ci.yml'
branches:
- 'master'
pull_request:
paths:
- 'tests/**'
Expand Down

0 comments on commit 2cc9059

Please sign in to comment.