Skip to content

Commit

Permalink
check for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Sep 5, 2024
1 parent 7247e37 commit b45937d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
test:
needs: prepare
if: >
startsWith(github.ref, 'refs/tags/') ||
github.event_name == 'pull_request' ||
(github.event_name == 'push' &&
contains(github.event.head_commit.modified, '.py'))
Expand Down

0 comments on commit b45937d

Please sign in to comment.