Skip to content

Commit

Permalink
ci: dont run lint on docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Apr 6, 2024
1 parent b567c85 commit 8cd1bc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: lint

on:
push:
branches: [main]
pull_request:
branches: [main, beta]

jobs:
lint:
Expand Down

0 comments on commit 8cd1bc6

Please sign in to comment.