Skip to content

Commit 30dd0a4

Browse files
committed
Update linter.yaml
1 parent 0a64893 commit 30dd0a4

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
name: Lint Code Base
33
on:
44
pull_request:
5-
branches: [main, 1.0-dev]
5+
branches: [ main ]
66
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/**'
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/**"
1717
permissions:
1818
contents: read
1919
jobs:

0 commit comments

Comments
 (0)