GitHub actions: run on pull requests, too

This commit is contained in:
Michael Stapelberg 2021-08-18 09:26:02 +02:00
parent a285acebca
commit d553cd2d41
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Push
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: