GH Actions: Only build on push

This still captures all commits, but does not cover the merged state of the PR. All PRs need to be up-to-date before merging/rebasing, which is better practice anyway.
This commit is contained in:
Lorenz Meier 2019-12-26 10:16:06 +01:00
parent adf7aee762
commit aaf033044d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Build Tests
on: [push, pull_request]
on: [push]
jobs:
build:

View File

@ -1,6 +1,6 @@
name: SITL Tests
on: [push, pull_request]
on: [push]
jobs:
build: