Skip to content

Commit

Permalink
ci: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schaechinger committed Aug 10, 2021
1 parent 07e8f3a commit 5863d65
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: qa

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

jobs:
test:
Expand Down

0 comments on commit 5863d65

Please sign in to comment.