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
|
name: Daily
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
pull_request:
|
||||||
types: [created]
|
branches:
|
||||||
|
# any PR to a release branch.
|
||||||
|
- '[0-9].[0-9]'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user