Skip to content

Commit

Permalink
chore(ci): Add release trigger to publish-container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 10, 2023
1 parent de493b9 commit ee2df52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
push:
branches:
- next
tags:
- v*

pull_request:

release:
types:
- created

env:
REGISTRY: ghcr.io
USER: alwatr
Expand Down Expand Up @@ -46,6 +48,7 @@ jobs:

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

0 comments on commit ee2df52

Please sign in to comment.