diff --git a/.github/workflows/compile-test.yml b/.github/workflows/compile-test.yml index 44d3a2e..423d4b7 100644 --- a/.github/workflows/compile-test.yml +++ b/.github/workflows/compile-test.yml @@ -41,7 +41,7 @@ jobs: Build-and-Deploy: name: "Build and Push Docker Image" runs-on: ubuntu-latest - if: contains(fromJSON('["main", "develop"]'), github.ref_name) || github.event.inputs.dockerTag != '' + if: contains(fromJSON('["main", "develop", "redlink"]'), github.ref_name) || github.event.inputs.dockerTag != '' needs: - Compile-and-Test steps: