Skip to content

Commit

Permalink
chore: run validation workflow on all pushes (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Feb 12, 2024
1 parent 69aa119 commit 1af9078
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: code-quality

on:
workflow_dispatch:
pull_request:
push:
branches:
- main

jobs:
ci:
code-quality:
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 1af9078

Please sign in to comment.