We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab418ab commit 988d4a2Copy full SHA for 988d4a2
1 file changed
.github/workflows/ui.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
ui:
9
uses: folio-org/.github/.github/workflows/ui.yml@v1
10
- if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push'
+ if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
11
secrets: inherit
12
with:
13
jest-enabled: false
0 commit comments