Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
XhmikosR
f185e0522a
Update js.yml 2020-12-12 11:06:05 +02:00

View file

@ -5,6 +5,13 @@ on:
branches-ignore:
- "dependabot/**"
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:
CI: true