Skip to content

Commit a2b8011

Browse files
committed
Fix default branch.
1 parent eb38ba5 commit a2b8011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
8-
8+
99
jobs:
1010
CI:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)