Skip to content

Commit 8892021

Browse files
Merge pull request #11204 from iNavFlight/add-maintenance-9x-to-nightly
Add maintenance-9.x to nightly build workflow
2 parents 8ba8d27 + d890dd1 commit 8892021

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Build pre-release
22
# Don't enable CI on push, just on PR. If you
33
# are working on the main repo and want to trigger
44
# a CI build submit a draft PR.
5-
on:
5+
on:
66
push:
77
branches:
88
- master
99
- maintenance-8.x.x
10+
- maintenance-9.x
1011
paths:
1112
- 'src/**'
1213
- '.github/**'

0 commit comments

Comments
 (0)