Skip to content

Commit

Permalink
only build one time in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Sep 16, 2022
1 parent b5501ad commit 3cecc51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
name: "Lint"
on: # yamllint disable-line rule:truthy
- "push"
- "pull_request"
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
pull_request:
branches: ["*"]
jobs:
lint:
name: "Lint"
Expand Down

0 comments on commit 3cecc51

Please sign in to comment.