Run daily CI on PRs to release a branch (#7535)
This commit is contained in:
parent
86fed3fe09
commit
19f192c3a5
6
.github/workflows/daily.yml
vendored
6
.github/workflows/daily.yml
vendored
@ -1,8 +1,10 @@
|
||||
name: Daily
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
pull_request:
|
||||
branches:
|
||||
# any PR to a release branch.
|
||||
- '[0-9].[0-9]'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user