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 1aeee0b commit d2d7f83Copy full SHA for d2d7f83
.github/workflows/publish_job.yml
@@ -34,7 +34,8 @@ jobs:
34
if: |
35
(github.event_name == 'schedule' && github.ref_name == 'develop') ||
36
(github.event_name == 'push' && github.ref_type == 'tag') ||
37
- (github.event_name == 'workflow_dispatch')
+ (github.event_name == 'workflow_dispatch') &&
38
+ (github.event.inputs.ref == 'develop' || github.event.inputs.ref == 'tag'))
39
env:
40
TAG_VERSION_MAPPINGS: ${{ vars.TAG_VERSION_MAPPINGS }}
41
FD_VERSION_DEV: ${{ vars.FD_VERSION_DEV }}
0 commit comments