Skip to content

Commit

Permalink
GH Actions: Only build on push
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LorenzMeier committed Dec 26, 2019
1 parent adf7aee commit aaf0330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Tests

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sitl_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SITL Tests

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down

0 comments on commit aaf0330

Please sign in to comment.