From e993ca76e0700450b6c3614cca2f6878ca0f787b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 29 Oct 2020 19:26:15 +0200 Subject: CI: Skip dependabot PR branches. (#32006) Also, reword Node.js setup step --- .github/workflows/css.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github/workflows/css.yml') diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index 390bffc96..e16f90fa2 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -1,5 +1,11 @@ name: CSS -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 }}" -- cgit v1.2.3