Skip to content

Commit 7d015b1

Browse files
committed
Temporarily add a trigger on push to feature branch to test nightly build calls normal build correctly
1 parent 0760f7a commit 7d015b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/safety-critical-rust-coding-guidelines-nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- cron: '0 2 * * *'
77
# Optional: Allow manual triggering for testing
88
workflow_dispatch:
9+
# Temporary - remove before merging
10+
push:
11+
branches:
12+
- feature/prototype-coding-guidelines-sphinx-needs
913

1014
jobs:
1115
trigger-build:

0 commit comments

Comments
 (0)