Skip to content

Commit

Permalink
[CI] attempt to only run push GH action for push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jun 17, 2024
1 parent 1590468 commit fe7a6dd
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/**'
- 'datamancer.nimble'
- '.github/workflows/ci.yml'
branches:
- 'master'
pull_request:
paths:
- 'tests/**'
Expand Down

0 comments on commit fe7a6dd

Please sign in to comment.