Merge pull request #4256 from mxpv/nightly_pr
Trigger nightly builds on pull reuqest events
This commit is contained in:
commit
5425067e8f
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -2,6 +2,9 @@ name: Nightly
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Every day at midnight
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/nightly.yml'
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
Loading…
Reference in New Issue
Block a user