Skip to content

Commit

Permalink
ci: also run tests on PR to feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jun 30, 2022
1 parent 546b6ef commit e36bd30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]

jobs:
test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/license.yml
Expand Up @@ -6,9 +6,6 @@ on:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand Down

0 comments on commit e36bd30

Please sign in to comment.