Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrywu authored Nov 17, 2021
1 parent 43ee65f commit 85faafa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: C/C++ CI

#on: [push, pull_request]
on:
push:
pull_request:
schedule:
# run 9:00 UCT time every date, i.e. 17:00 Taipei time
- cron: '0 9 * * *'
on: [push, pull_request]
#on:
# push:
# pull_request:
# schedule:
# # run 9:00 UCT time every date, i.e. 17:00 Taipei time
# - cron: '0 9 * * *'

jobs:
build:
Expand Down

0 comments on commit 85faafa

Please sign in to comment.