Skip to content

Commit

Permalink
trigger auto build on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrywu authored Nov 17, 2021
1 parent 18afeac commit e71c7c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@

name: Java CI with Gradle

#on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# schedule:
# # run 9:00 UCT time every date, i.e. 17:00 Taipei time
# - cron: '0 9 * * *'
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 e71c7c2

Please sign in to comment.