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.
|
# Run CI on push, PR, and weekly.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
pull_request:
|
# push:
|
||||||
schedule:
|
# pull_request:
|
||||||
- cron: "0 0 * * 0 " # weekly
|
# schedule:
|
||||||
|
# - cron: "0 0 * * 0 " # weekly
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue