We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f027e0 commit 3aaa208Copy full SHA for 3aaa208
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
publish-latest:
68
runs-on: ubuntu-latest
69
needs: [lint, test_unit, test_postman]
70
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/migrate-to-gcp' && github.event_name == 'push'
71
steps:
72
- uses: actions/checkout@v2
73
- uses: docker/setup-qemu-action@v1
0 commit comments