Skip to content

Commit ccd50ca

Browse files
committed
chore: move to branch
1 parent 2584c8d commit ccd50ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/integration-gcp.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ name: Integration Tests - GCP
1616

1717
on:
1818
workflow_dispatch: {} # allow manual runs for testing
19-
pull_request: # add itself for testing changes to this workflow
20-
paths:
21-
- '.github/workflows/integration-gcp.yml'
19+
push:
20+
branches:
21+
- main
22+
- feature/oidc-gcp
2223

2324
permissions:
2425
contents: read

0 commit comments

Comments
 (0)