Merge pull request #27 from apriljunge/run-tests-on-pullrequest

Run tests on pull request
master
Martin Scheidt 2022-03-10 11:18:11 +01:00 committed by GitHub
commit 7dfad7eef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ]