We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad47dd commit ed82724Copy full SHA for ed82724
.github/workflows/build-and-deploy.yml
@@ -9,6 +9,10 @@ on:
9
branches:
10
- main
11
pull_request:
12
+ # 👇 is needed to run on PRs from forks with access to secrets.
13
+ # ⚠️ Should only be used with the repo configured to require workflow approval for all external contributors
14
+ pull_request_target:
15
+
16
17
jobs:
18
build-and-deploy:
0 commit comments