Set CI to run on Pull Requests as well
This commit is contained in:
Родитель
2579a1eee1
Коммит
450773ff63
|
@ -1,6 +1,6 @@
|
||||||
name: Node CI
|
name: Node CI
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Загрузка…
Ссылка в новой задаче