Skip to content

Commit 9ff00e6

Browse files
committed
fix CI workflow branch name to main
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 4eb50ae commit 9ff00e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99

1010
# Cancel any in-flight jobs for the same PR/branch so there's only one active
1111
# at a time

0 commit comments

Comments
 (0)