Run github actions also on master branch (#774)

This commit is contained in:
kritz 2020-03-10 20:24:29 +01:00 committed by GitHub
parent d09473da89
commit 9390d2065b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 5 deletions

View File

@ -1,7 +1,13 @@
name: Build Tests
on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
Linux-GCC:

View File

@ -1,6 +1,12 @@
name: Firmware Build Test
on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
Firmware-build:

View File

@ -1,6 +1,12 @@
name: Format Checks
on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
format_checks:

View File

@ -1,6 +1,12 @@
name: Change Indicator
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
unit_tests:

View File

@ -1,6 +1,12 @@
name: Unit Tests
on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
unit_tests: