File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ runs:
2525 run : |
2626 docker login -u icingaadmin --password-stdin <<<"$PW"
2727
28- - if : github.event_name == 'release'
28+ - if : github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref_type == 'tag')
2929 shell : bash
3030 run : |
3131 '${{ github.action_path }}/build.bash' . release push "$(tr -d v <<<'${{ github.ref_name }}')"
3232 '${{ github.action_path }}/mktags.bash' '${{ github.ref_name }}'
3333
34- - if : github.event_name == 'workflow_dispatch ' || github.event_name == 'schedule'
34+ - if : github.event_name == 'schedule ' || ( github.event_name == 'workflow_dispatch' && github.ref_type != 'tag')
3535 shell : bash
3636 run : |
3737 '${{ github.action_path }}/build.bash' . snapshot push "$(tr / - <<<'${{ github.ref_name }}')"
You can’t perform that action at this time.
0 commit comments