Compile Targets Actions: Buildalso on stable, beta, release branches (#21866)

This commit is contained in:
Junwoo Hwang
2023-07-19 19:17:04 +02:00
committed by GitHub
parent ce8dd2ba48
commit a37e3e7b06
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
name: Linux Targets name: Compile Linux Targets
on: on:
push: push:
branches: branches:
- 'main' - 'main'
- 'stable'
- 'beta'
- 'release/*'
pull_request: pull_request:
branches: branches:
- '*' - '*'
+4 -1
View File
@@ -1,9 +1,12 @@
name: Linux ARM64 Targets name: Compile Linux ARM64 Targets
on: on:
push: push:
branches: branches:
- 'main' - 'main'
- 'stable'
- 'beta'
- 'release/*'
pull_request: pull_request:
branches: branches:
- '*' - '*'
+4 -1
View File
@@ -1,9 +1,12 @@
name: Nuttx Targets name: Compile Nuttx Targets
on: on:
push: push:
branches: branches:
- 'main' - 'main'
- 'stable'
- 'beta'
- 'release/*'
pull_request: pull_request:
branches: branches:
- '*' - '*'