Skip to content

Commit

Permalink
Run dev workflow PHP 8.4 each first of month
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed May 19, 2024
1 parent 499397f commit cc3c790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_development.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build Nightly PHP

on:
# Each 1 of month
schedule:
- cron: "0 0 1 * *"

push:
branches:
- "development"
Expand Down

0 comments on commit cc3c790

Please sign in to comment.