Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit e139114

Browse files
committed
Add trigger to run on PR to prime the workflow
1 parent 0099c48 commit e139114

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
# Every day at 10:00 UTC
88
- cron: '0 10 * * *'
9+
pull_request:
10+
branches:
11+
- add/nightly-build-workflow
912

1013
jobs:
1114
build:

0 commit comments

Comments
 (0)