ci: fix github action
This commit is contained in:
parent
74fa62d4f8
commit
cc37c9ad0a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
- branch: [ master ]
|
branches: [ master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 12 * * *"
|
- cron: "0 12 * * *"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user