Skip to content

Commit 67ae42d

Browse files
committed
also run the tests against the main branch, not only PR branches
1 parent e6feade commit 67ae42d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
types: [ opened, reopened, synchronize ]
69

0 commit comments

Comments
 (0)