diff --git a/.github/workflows/pr-test-qc.yaml b/.github/workflows/pr-test-qc.yaml index aa398da..dc8aa1b 100644 --- a/.github/workflows/pr-test-qc.yaml +++ b/.github/workflows/pr-test-qc.yaml @@ -3,7 +3,7 @@ name: go-fastapi-QC on: pull_request: branches: - - no_op + - main types: [opened, synchronize, reopened] jobs: @@ -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 \ No newline at end of file + run: poetry run tox -e py