Add pull requests as trigger for workflow

pull/7/head
Webber 2019-12-07 16:02:26 +01:00 committed by Webber Takken
parent 02ff2d03e1
commit ae2ae7470f
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
name: Actions 😎
on: [push]
on:
pull_request: {}
push: { branches: [master] }
jobs:
testRunnerInAllModes: