同リポジトリ内からのプルリクだと無駄に二回走るのを抑制

This commit is contained in:
rinsuki 2019-10-25 04:31:25 +09:00
parent af47765e34
commit 6925c005e6
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
name: Node.js CI name: Node.js CI
on: on:
- push push:
- pull_request branches:
- master
- develop
pull_request:
jobs: jobs:
build_and_test: build_and_test: