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

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-01-24 22:52:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-01-24 23:02:45 +0300
commit3a95cf1544b632cce8b206ebc7a947a6ed83beb6 (patch)
tree81bf580ea47990f0ccee44c241d01eafdfebcb4a
parent6a06adc98585cbe37bd5b4e2054129ffd206abd8 (diff)
Update CI config
-rw-r--r--.github/workflows/test.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 959052e..af85a09 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,11 @@
name: Tests
-on: [push, pull_request]
+on:
+ push:
+ branches-ignore:
+ - "dependabot/**"
+ pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2