We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6202c0 commit 96ca80aCopy full SHA for 96ca80a
.github/workflows/build-push-artifacts.yml
@@ -7,6 +7,7 @@ jobs:
7
changes:
8
name: Check for relevant changes
9
runs-on: ubuntu-latest
10
+ if: ${{ github.ref_type != 'tag' }}
11
# Required permissions
12
permissions:
13
pull-requests: read
0 commit comments