mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 17:49:06 +08:00
Run github actions also on master branch (#774)
This commit is contained in:
parent
d09473da89
commit
9390d2065b
8
.github/workflows/build_tests.yml
vendored
8
.github/workflows/build_tests.yml
vendored
@ -1,7 +1,13 @@
|
||||
|
||||
name: Build Tests
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
Linux-GCC:
|
||||
|
||||
8
.github/workflows/firmware_build_test.yml
vendored
8
.github/workflows/firmware_build_test.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Firmware Build Test
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
Firmware-build:
|
||||
|
||||
8
.github/workflows/format_checks.yml
vendored
8
.github/workflows/format_checks.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Format Checks
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
format_checks:
|
||||
|
||||
@ -1,6 +1,12 @@
|
||||
name: Change Indicator
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
||||
8
.github/workflows/unit_tests.yml
vendored
8
.github/workflows/unit_tests.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Unit Tests
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user