mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 02:57:34 +08:00
Run github actions also on PRs from forks
This commit is contained in:
committed by
Mathieu Bresciani
parent
29cf7884c3
commit
fc7e8b848b
@@ -1,7 +1,7 @@
|
||||
|
||||
name: Build Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Linux-GCC:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Firmware Build Test
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Firmware-build:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Unit Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
||||
Reference in New Issue
Block a user