Skip to content

Commit 96ca80a

Browse files
committed
Skip change detection on tags
1 parent d6202c0 commit 96ca80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
changes:
88
name: Check for relevant changes
99
runs-on: ubuntu-latest
10+
if: ${{ github.ref_type != 'tag' }}
1011
# Required permissions
1112
permissions:
1213
pull-requests: read

0 commit comments

Comments
 (0)