Skip to content

Commit 988d4a2

Browse files
committed
correctly configure .github/workfows/ui.yml to publish releases (#462)
Ahem, gotta run workflows when encountering a new tag if tagging things is how you indicate a release. Whoops! (cherry picked from commit 3dc3c90)
1 parent ab418ab commit 988d4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
ui:
99
uses: folio-org/.github/.github/workflows/ui.yml@v1
10-
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push'
10+
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
1111
secrets: inherit
1212
with:
1313
jest-enabled: false

0 commit comments

Comments
 (0)