Update build.yml
This commit is contained in:
parent
322238f431
commit
a08de86000
|
@ -3,10 +3,11 @@ name: linux_build
|
|||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# pull_request:
|
||||
# schedule:
|
||||
# - cron: "0 0 * * 0 " # weekly
|
||||
|
||||
# Environment variables
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue