Enable push workflow for PRs

This commit is contained in:
Christian Mäder 2020-01-30 15:48:01 +01:00
parent f3a858811a
commit 778f7546b8
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
push:
branches-ignore:
- release
pull_request:
branches-ignore:
- release
jobs:
build: