This commit is contained in:
Shish 2023-06-26 23:16:53 +01:00
parent 9af4d8e556
commit 2ce58632bb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
steps:
- uses: actions/checkout@master
- name: Publish to Registry