diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index 40a3df8..cef585d 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -8,11 +8,13 @@ on: push: branches: - next - tags: - - v* pull_request: + release: + types: + - created + env: REGISTRY: ghcr.io USER: alwatr @@ -46,6 +48,7 @@ jobs: - name: ❔ Check Container files changed id: file_change + if: ${{ github.event_name != 'release' }} uses: dorny/paths-filter@v2.11.1 with: filters: |