Merge pull request #4256 from mxpv/nightly_pr

Trigger nightly builds on pull reuqest events
This commit is contained in:
Phil Estes 2020-05-15 12:38:26 -04:00 committed by GitHub
commit 5425067e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@ name: Nightly
on: on:
schedule: schedule:
- cron: '0 0 * * *' # Every day at midnight - cron: '0 0 * * *' # Every day at midnight
pull_request:
paths:
- '.github/workflows/nightly.yml'
jobs: jobs:
linux: linux: