Skip to content

Commit a1e40f9

Browse files
committed
Managed by Terraform: Update go-validate.yml GitHub workflow
1 parent 11568c4 commit a1e40f9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/go-validate.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
name: "Go Validate"
66

7-
on: [ push ]
7+
on:
8+
push:
9+
branches:
10+
- 'main'
11+
pull_request:
812

913
permissions:
1014
contents: read

0 commit comments

Comments
 (0)