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/node-sass.yml')
-rw-r--r--.github/workflows/node-sass.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml
index 1496fafaed..0aba2671ab 100644
--- a/.github/workflows/node-sass.yml
+++ b/.github/workflows/node-sass.yml
@@ -1,5 +1,11 @@
name: CSS (node-sass)
-on: [push, pull_request]
+
+on:
+ push:
+ branches-ignore:
+ - "dependabot/**"
+ pull_request:
+
env:
CI: true
NODE: 12.x
@@ -12,7 +18,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: "${{ env.NODE }}"