Skip to content

Commit 4f04e0a

Browse files
committed
CI: fix GitHub workflows
1 parent dc36436 commit 4f04e0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Main
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
workflow_dispatch:
1010
jobs:
1111
test:

0 commit comments

Comments
 (0)