Patch Tuesday

This commit is contained in:
Greyscale 2024-05-17 07:37:11 +02:00
parent 4040b4c981
commit f436eabb04

View file

@ -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