Skip to content

Commit 1dc9a99

Browse files
authored
Update validate.yml
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent 20a95db commit 1dc9a99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Validate configuration
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "**" ]
6+
pull_request_target:
7+
branches:
8+
- main
89
workflow_call: {}
910
workflow_dispatch: {}
1011

0 commit comments

Comments
 (0)