forked from Archive/PX4-Autopilot
Compile Targets Actions: Buildalso on stable, beta, release branches (#21866)
This commit is contained in:
parent
ce8dd2ba48
commit
a37e3e7b06
|
@ -1,9 +1,12 @@
|
|||
name: Linux Targets
|
||||
name: Compile Linux Targets
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'stable'
|
||||
- 'beta'
|
||||
- 'release/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
name: Linux ARM64 Targets
|
||||
name: Compile Linux ARM64 Targets
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'stable'
|
||||
- 'beta'
|
||||
- 'release/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
name: Nuttx Targets
|
||||
name: Compile Nuttx Targets
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'stable'
|
||||
- 'beta'
|
||||
- 'release/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
|
Loading…
Reference in New Issue