Skip to content

Commit 549a61a

Browse files
committed
chore: make GHA run on the main branch
1 parent be6161b commit 549a61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- '*.x'
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- '*.x'
1212
jobs:
1313
tests:

0 commit comments

Comments
 (0)