Skip to content

Commit

Permalink
Update pr-test-qc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon authored Oct 1, 2024
1 parent 458fe25 commit 50fe157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test-qc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: go-fastapi-QC
on:
pull_request:
branches:
- no_op
- main
types: [opened, synchronize, reopened]

jobs:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
run: poetry run tox -e lint

- name: Test with pytest and generate coverage file
run: poetry run tox -e py
run: poetry run tox -e py

0 comments on commit 50fe157

Please sign in to comment.