We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdf1a1 commit 928f2ddCopy full SHA for 928f2dd
.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