Skip to content

Commit

Permalink
github actions Testsuite updated scope for master/develop/pullrequests
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Nov 25, 2020
1 parent e420eeb commit d06fb05
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@

name: Test suite

# TODO: for now we only activate actions for the upcoming major version
# TODO: change push to [master, develop] and pull_request to empty (all)
# TODO: after v7-dev has been merged into develop succesfully
on:
push:
branches:
- v7-dev
- master
- develop
pull_request:
branches:
- v7-dev

jobs:
tests:
Expand Down

0 comments on commit d06fb05

Please sign in to comment.