Skip to content

Commit

Permalink
Skip change detection on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 31, 2024
1 parent d6202c0 commit 96ca80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
changes:
name: Check for relevant changes
runs-on: ubuntu-latest
if: ${{ github.ref_type != 'tag' }}
# Required permissions
permissions:
pull-requests: read
Expand Down

0 comments on commit 96ca80a

Please sign in to comment.