Skip to content

Commit

Permalink
Update quality-check.yaml (neuralmagic#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Fineran <[email protected]>
  • Loading branch information
mgoin and bfineran authored May 10, 2022
1 parent ade2461 commit 0e5320a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Quality Checks
on: [push]
on:
push:
branches:
- main
- 'release/*'
pull_request:
branches:
- main
- 'release/*'
jobs:
quality-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e5320a

Please sign in to comment.