diff --git a/.github/workflows/deploy-redis.yml b/.github/workflows/deploy-redis.yml index 9c58c11..195833f 100644 --- a/.github/workflows/deploy-redis.yml +++ b/.github/workflows/deploy-redis.yml @@ -9,7 +9,7 @@ on: jobs: deploy-redis-dev-gcp: - if: github.ref == 'refs/heads/main' || github.ref == 'mv_arbeidsgiver_fager' + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/mv_arbeidsgiver_fager' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4