We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a95db commit 1dc9a99Copy full SHA for 1dc9a99
1 file changed
.github/workflows/validate.yml
@@ -3,8 +3,9 @@ name: Validate configuration
3
on:
4
push:
5
branches: [ "main" ]
6
- pull_request:
7
- branches: [ "**" ]
+ pull_request_target:
+ branches:
8
+ - main
9
workflow_call: {}
10
workflow_dispatch: {}
11
0 commit comments