同リポジトリ内からのプルリクだと無駄に二回走るのを抑制
This commit is contained in:
parent
af47765e34
commit
6925c005e6
1 changed files with 5 additions and 2 deletions
7
.github/workflows/nodejs.yml
vendored
7
.github/workflows/nodejs.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: Node.js CI
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
|
|
Loading…
Reference in a new issue