Skip to content

Commit 3aaa208

Browse files
committed
Update
1 parent 3f027e0 commit 3aaa208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
publish-latest:
6868
runs-on: ubuntu-latest
6969
needs: [lint, test_unit, test_postman]
70-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
70+
if: github.ref == 'refs/heads/migrate-to-gcp' && github.event_name == 'push'
7171
steps:
7272
- uses: actions/checkout@v2
7373
- uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)