Skip to content

Commit 589d46a

Browse files
no master only main
1 parent 2ccb313 commit 589d46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI
44
# Controls when the workflow will run
55
on:
66
push:
7-
branches: [ master ]
7+
branches: [ main ]
88
pull_request:
9-
branches: [ master ]
9+
branches: [ main ]
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

0 commit comments

Comments
 (0)