Skip to content

Commit

Permalink
chore(ci/publish-container): disable check file changed in workflow d…
Browse files Browse the repository at this point in the history
…ispatch (#8)
  • Loading branch information
alimd authored Nov 20, 2023
2 parents a24c5f0 + fb98a85 commit 9439b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: ❔ Check Container files changed
id: file_change
if: ${{ github.event_name != 'release' }}
if: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
uses: dorny/[email protected]
with:
filters: |
Expand Down

0 comments on commit 9439b7d

Please sign in to comment.