Add pull requests as trigger for workflow

pull/6/head
Webber 2019-12-07 16:02:26 +01:00
parent 02ff2d03e1
commit e89d446927
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: