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