Update js.yml
This commit is contained in:
parent
764e5298de
commit
f185e0522a
1 changed files with 7 additions and 0 deletions
7
.github/workflows/js.yml
vendored
7
.github/workflows/js.yml
vendored
|
|
@ -5,6 +5,13 @@ on:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "dependabot/**"
|
- "dependabot/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
# https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/10
|
||||||
|
# Branches from forks have the form 'user:branch-name' so we only run
|
||||||
|
# this job on pull_request events for branches that look like fork
|
||||||
|
# branches. Without this we would end up running this job twice for non
|
||||||
|
# forked PRs, once for the push and then once for opening the PR.
|
||||||
|
- "**:**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue