1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore(ci): fix workflow trigger conditions

This commit is contained in:
Cotes Chung
2022-12-27 23:58:17 +08:00
parent d7bcb40cde
commit 72700be7dd
2 changed files with 3 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ on:
branches-ignore:
- 'production'
- 'docs'
tags-ignore:
- '**'
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'

View File

@@ -2,10 +2,11 @@ name: 'Style Lint'
on:
push:
branches-ignore:
- 'production'
- 'docs'
paths:
- '_sass/**/*.scss'
tags-ignore:
- '**'
pull_request:
paths:
- '_sass/**/*.scss'