Patch Tuesday
This commit is contained in:
parent
4040b4c981
commit
f436eabb04
1 changed files with 4 additions and 0 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
|
@ -1,9 +1,13 @@
|
|||
name: Build PHP
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron '0 6 * * 2' # 6am Patch Tuesday
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue