We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a64893 commit 30dd0a4Copy full SHA for 30dd0a4
1 file changed
.github/workflows/linter.yaml
@@ -2,18 +2,18 @@
2
name: Lint Code Base
3
on:
4
pull_request:
5
- branches: [main, 1.0-dev]
+ branches: [ main ]
6
paths-ignore:
7
- - '**.md'
8
- - 'LICENSE'
9
- - 'docs/**'
10
- - '.github/CODEOWNERS'
11
- - '.github/ISSUE_TEMPLATE/**'
12
- - '.github/PULL_REQUEST_TEMPLATE.md'
13
- - '.github/dependabot.yml'
14
- - '.gitignore'
15
- - '.git-blame-ignore-revs'
16
- - '.gemini/**'
+ - "**.md"
+ - "LICENSE"
+ - "docs/**"
+ - ".github/CODEOWNERS"
+ - ".github/ISSUE_TEMPLATE/**"
+ - ".github/PULL_REQUEST_TEMPLATE.md"
+ - ".github/dependabot.yml"
+ - ".gitignore"
+ - ".git-blame-ignore-revs"
+ - ".gemini/**"
17
permissions:
18
contents: read
19
jobs:
0 commit comments