Skip to content

Commit 7941102

Browse files
committed
Fix name branch in ci workflow
1 parent 53f9531 commit 7941102

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
CI:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)