Skip to content

Commit 74412ba

Browse files
authoredMay 22, 2022
workflows: run on pushes/PRs to main branch
1 parent 723d7c3 commit 74412ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
env:
1212
CI: true

0 commit comments

Comments
 (0)
Please sign in to comment.