Skip to content

Commit bad38dd

Browse files
committed
fix workflow
1 parent 6a7233d commit bad38dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
8+
workflow_dispatch:
89

910
jobs:
1011
check:

0 commit comments

Comments
 (0)