Skip to content

Commit 04612ad

Browse files
committed
Add push to main validate
1 parent 6d95d9d commit 04612ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Lint & Build
22
on:
33
pull_request:
44

5+
push:
6+
branches:
7+
- 'main'
8+
59
concurrency:
610
group: validate-${{ github.ref_name }}
711
cancel-in-progress: true

0 commit comments

Comments
 (0)