We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a4a4e commit b349d99Copy full SHA for b349d99
.github/workflows/build-envoy-image-ci.yaml
@@ -1,7 +1,8 @@
1
name: CI Build & Push
2
on:
3
- pull_request_target:
4
- types: [ opened, synchronize, reopened ]
+# pull_request_target:
+# types: [ opened, synchronize, reopened ]
5
+ pull_request: {}
6
7
permissions:
8
# To be able to access the repository with `actions/checkout`
0 commit comments