Skip to content

Commit

Permalink
feat: tidied up targets
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Neudegg <andrew.neudegg@finbourne.com>
  • Loading branch information
AndrewNeudegg committed Dec 26, 2020
1 parent 10a0edb commit bce6f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
@@ -1,10 +1,8 @@
name: build

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

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
@@ -1,8 +1,8 @@
name: coverage

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

jobs:
build:
Expand Down

0 comments on commit bce6f10

Please sign in to comment.