diff --git a/.github/workflows/dev-cicd.yaml b/.github/workflows/dev-cicd.yaml index e40f8710..4894c519 100644 --- a/.github/workflows/dev-cicd.yaml +++ b/.github/workflows/dev-cicd.yaml @@ -72,7 +72,8 @@ jobs: deploy: needs: build-and-test - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.ref == 'refs/heads/dev' && github.event_name == 'push' + runs-on: ubuntu-latest steps: