mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
chore: run workflow on a schedule
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
name: Build, test and publish images
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# chosen by fair dice roll
|
||||
- cron: '42 18 * * 3'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user