Skip to content

Commit 72700be

Browse files
committed
chore(ci): fix workflow trigger conditions
1 parent d7bcb40 commit 72700be

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches-ignore:
55
- 'production'
66
- 'docs'
7-
tags-ignore:
8-
- '**'
97
paths-ignore:
108
- '.github/**'
119
- '!.github/workflows/ci.yml'

.github/workflows/style-lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: 'Style Lint'
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'production'
7+
- 'docs'
58
paths:
69
- '_sass/**/*.scss'
7-
tags-ignore:
8-
- '**'
910
pull_request:
1011
paths:
1112
- '_sass/**/*.scss'

0 commit comments

Comments
 (0)