Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Adding multiple branches to trigger this action
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-buffenbarger authored Jul 22, 2020
1 parent 3a81781 commit bef332f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ name: Coverage
# events but only for the master branch
on:
push:
branches: [ development ]
branches:
- dev
- development
pull_request:
branches: [ master ]

Expand All @@ -24,7 +26,7 @@ jobs:

# Create coverage file in the server directory
- name: genearte-coverage-file
working-directory: https://github.com/brent-buffenbarger/uno/tree/development/server
working-directory: server
run: |
go test -race -covermode atomic -coverprofile=server-coverage.cov ./...
Expand All @@ -33,4 +35,4 @@ jobs:
uses: shogo82148/[email protected]
with:
path-to-profile: server-coverage.cov
working-directory: https://github.com/brent-buffenbarger/uno/tree/development/server
working-directory: server

0 comments on commit bef332f

Please sign in to comment.