同リポジトリ内からのプルリクだと無駄に二回走るのを抑制
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user