diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 74dc2a50..bd778e29 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -66,7 +66,7 @@ jobs: cluster: [ dev ] name: "Deploy app to ${{ matrix.cluster }}" needs: "build" - if: github.ref == 'refs/heads/import-statistikk-naringskoder' + if: github.ref == 'refs/heads/lagre-naringsgrupper-i-ny-tabell' runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v3"