Skip to content

Commit e419a4a

Browse files
Trigger regular runs
1 parent a42f32b commit e419a4a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-framework.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Update wp-cli framework
22

33
on:
44
workflow_call:
5+
push:
6+
branches:
7+
- main
8+
- master
9+
schedule:
10+
- cron: '17 4 * * *' # Run every day on a seemly random time.
511

612
# Cancels all previous workflow runs for the same branch that have not yet completed.
713
concurrency:

0 commit comments

Comments
 (0)