diff --git a/.github/workflows/provisioning-front.yml b/.github/workflows/provisioning-front.yml index 4cc3b374..5c434e5f 100644 --- a/.github/workflows/provisioning-front.yml +++ b/.github/workflows/provisioning-front.yml @@ -64,7 +64,7 @@ jobs: Release-to-build: name: "⛵ Release to build repository" needs: [build] - if: github.ref_name == contains(github.ref_name, 'prod') + if: contains(github.ref_name, 'prod') runs-on: ubuntu-latest env: COMMIT_AUTHOR_USERNAME: GitHub actions