We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf16d60 commit c85e9e2Copy full SHA for c85e9e2
.github/workflows/codeql.yml
@@ -2,6 +2,7 @@ name: "CodeQL"
2
3
on:
4
push:
5
+ branches: ["master"]
6
paths: ["_javascript/**/*.js"]
7
pull_request:
8
.github/workflows/style-lint.yml
@@ -2,14 +2,10 @@ name: "Style Lint"
- branches-ignore:
- - "production"
- - "docs"
- paths:
9
- - "_sass/**/*.scss"
+ paths: ["_sass/**/*.scss"]
10
11
12
13
14
jobs:
15
stylelint:
0 commit comments