Enable tests on develop branch

This commit is contained in:
Julian Ospald 2022-09-15 19:58:05 +08:00
parent c5d3930c8f
commit 8a0fcd3172
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Tests
on:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
branches: [ master, develop ]
jobs:
test: