Skip to content

Commit

Permalink
Skip lint on workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored Jan 6, 2024
1 parent f9982ed commit d777bcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: WebExt Lint
on:
push:
branches: [main]
paths: ['!.github/**']
pull_request:
branches: [main]
paths: ['!.github/**']

permissions:
contents: read
Expand Down

0 comments on commit d777bcb

Please sign in to comment.