We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bcb40 commit 72700beCopy full SHA for 72700be
.github/workflows/ci.yml
@@ -4,8 +4,6 @@ on:
4
branches-ignore:
5
- 'production'
6
- 'docs'
7
- tags-ignore:
8
- - '**'
9
paths-ignore:
10
- '.github/**'
11
- '!.github/workflows/ci.yml'
.github/workflows/style-lint.yml
@@ -2,10 +2,11 @@ name: 'Style Lint'
2
3
on:
push:
+ branches-ignore:
+ - 'production'
+ - 'docs'
paths:
- '_sass/**/*.scss'
pull_request:
12
0 commit comments