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