diff --git a/.github/workflows/latest-release.yaml b/.github/workflows/latest-release.yaml index 457c054..c5fc834 100644 --- a/.github/workflows/latest-release.yaml +++ b/.github/workflows/latest-release.yaml @@ -6,7 +6,7 @@ on: push: branches: - main - - feat-filter + - feat-filter # TODO: REMOVE ME permissions: read-all @@ -32,7 +32,7 @@ jobs: release-sentryflow-image: needs: [ files-changed] - if: ${{ github.repository == '5GSEC/sentryflow' && needs.files-changed.outputs.sentryflow == 'true' }} + #if: ${{ github.repository == '5GSEC/sentryflow' && needs.files-changed.outputs.sentryflow == 'true' }} name: Build and push sentryflow's image uses: ./.github/workflows/release-image.yaml with: diff --git a/.github/workflows/release-filter.yaml b/.github/workflows/release-filter.yaml index a2aa40e..84b76fa 100644 --- a/.github/workflows/release-filter.yaml +++ b/.github/workflows/release-filter.yaml @@ -4,6 +4,9 @@ name: Release Envoy WASM Filter on: + create: + tags: + - "v*" workflow_dispatch: inputs: tag: @@ -19,7 +22,7 @@ concurrency: jobs: release-filter: - if: github.repository == '5GSEC/SentryFlow' + #if: github.repository == '5GSEC/SentryFlow' name: Build and push nimbus image uses: ./.github/workflows/release-image.yaml with: diff --git a/.github/workflows/stable-release.yaml b/.github/workflows/stable-release.yaml index e7f895f..5291266 100644 --- a/.github/workflows/stable-release.yaml +++ b/.github/workflows/stable-release.yaml @@ -16,7 +16,7 @@ concurrency: jobs: release-sentryflow-image: - if: github.repository == '5GSEC/SentryFlow' + #if: github.repository == '5GSEC/SentryFlow' name: Build and push nimbus image uses: ./.github/workflows/release-image.yaml with: