Skip to content

Commit

Permalink
fix: run code quality on both push, and pull requests (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevyor authored Mar 28, 2024
1 parent 542cca3 commit dc935b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: code quality
on: "push"
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' && github.sha) || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit dc935b7

Please sign in to comment.