Skip to content

Commit 822a36e

Browse files
authored
ci: update branch
1 parent 796a845 commit 822a36e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: ci
22
on:
33
push:
4-
branches: [master]
4+
branches:
5+
- main
56
pull_request:
6-
branches: [master]
7+
branches:
8+
- main
79
jobs:
810
build:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)