Skip to content

Commit

Permalink
[TASK] Schedule a nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Sep 23, 2024
1 parent 8f38874 commit b5276d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master, development, '[0-9]+.[0-9]+', '[0-9]+.[0-9]+.[0-9]+' ]
pull_request:
branches: [ master, development, '[0-9]+.[0-9]', '[0-9]+.[0-9]+.[0-9]+' ]
schedule:
- cron: '30 4 * * *'

jobs:
phpcs:
Expand Down

0 comments on commit b5276d1

Please sign in to comment.