Skip to content

Commit 8011573

Browse files
committed
ci(build.yml): also run on pushes to main
Signed-off-by: Vaughn Dice <[email protected]>
1 parent df4fb07 commit 8011573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
22
name: Test
33
on:
4+
push:
5+
branches: [main]
46
pull_request:
57
branches: [main]
68
env:

0 commit comments

Comments
 (0)