Skip to content

Commit

Permalink
GitHub Actions: build and test on every push
Browse files Browse the repository at this point in the history
Let's ensure topic branches are in a usable state before pull requests
are made
  • Loading branch information
gnarlyquack committed Oct 29, 2020
1 parent 30e1b21 commit 65ffca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
build:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Tests

on:
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit 65ffca7

Please sign in to comment.