Update build.yml

This commit is contained in:
komaljaved-rs 2021-06-30 14:58:13 +05:00 committed by GitHub
parent 322238f431
commit a08de86000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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: