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
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
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'