Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/js.yml')
-rw-r--r--.github/workflows/js.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index 543172ccb2..93a7ce13b7 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -1,5 +1,11 @@
name: JS Tests
-on: [push, pull_request]
+
+on:
+ push:
+ branches-ignore:
+ - "dependabot/**"
+ pull_request:
+
env:
CI: true
@@ -17,7 +23,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2
- - name: Set Node.js version
+ - name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}