Skip to content

Commit 1aeee0b

Browse files
committed
fix
1 parent 9dcd733 commit 1aeee0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_job.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
runs-on: ubuntu-latest
3434
if: |
3535
(github.event_name == 'schedule' && github.ref_name == 'develop') ||
36-
(github.event_name == 'push' && github.ref_type == 'tag')
36+
(github.event_name == 'push' && github.ref_type == 'tag') ||
37+
(github.event_name == 'workflow_dispatch')
3738
env:
3839
TAG_VERSION_MAPPINGS: ${{ vars.TAG_VERSION_MAPPINGS }}
3940
FD_VERSION_DEV: ${{ vars.FD_VERSION_DEV }}

0 commit comments

Comments
 (0)