Run tests on pullrequest

master
Gregor 2022-03-10 10:34:17 +01:00
parent 42773fc910
commit 8d27ed80ad
No known key found for this signature in database
GPG Key ID: D0E68A451CB2B7F7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ name: test
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ master ]
push:
branches: [ master ]