Add pull requests as trigger for workflow
parent
02ff2d03e1
commit
ae2ae7470f
|
@ -1,5 +1,7 @@
|
||||||
name: Actions 😎
|
name: Actions 😎
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
push: { branches: [master] }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testRunnerInAllModes:
|
testRunnerInAllModes:
|
||||||
|
|
Loading…
Reference in New Issue