Skip to content

Commit d2d7f83

Browse files
committed
fix
1 parent 1aeee0b commit d2d7f83

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
@@ -34,7 +34,8 @@ jobs:
3434
if: |
3535
(github.event_name == 'schedule' && github.ref_name == 'develop') ||
3636
(github.event_name == 'push' && github.ref_type == 'tag') ||
37-
(github.event_name == 'workflow_dispatch')
37+
(github.event_name == 'workflow_dispatch') &&
38+
(github.event.inputs.ref == 'develop' || github.event.inputs.ref == 'tag'))
3839
env:
3940
TAG_VERSION_MAPPINGS: ${{ vars.TAG_VERSION_MAPPINGS }}
4041
FD_VERSION_DEV: ${{ vars.FD_VERSION_DEV }}

0 commit comments

Comments
 (0)