Skip to content

Commit 4c8d30d

Browse files
author
Z User
committed
Fix CI branch trigger: master -> main
1 parent d7f6fb3 commit 4c8d30d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
test:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)