mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-27 03:31:37 +09:00
同リポジトリ内からのプルリクだと無駄に二回走るのを抑制
This commit is contained in:
parent
af47765e34
commit
6925c005e6
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 New Issue
Block a user