mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Run github actions also on PRs from forks
This commit is contained in:
parent
29cf7884c3
commit
fc7e8b848b
2
.github/workflows/build_tests.yml
vendored
2
.github/workflows/build_tests.yml
vendored
@ -1,7 +1,7 @@
|
||||
|
||||
name: Build Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Linux-GCC:
|
||||
|
||||
2
.github/workflows/firmware_build_test.yml
vendored
2
.github/workflows/firmware_build_test.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Firmware Build Test
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Firmware-build:
|
||||
|
||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Unit Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user