Skip to content

Commit

Permalink
Fixed the pull_request reference in build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 11, 2024
1 parent 91630dc commit 90d3d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and test
on: [push, pull_request]
on: [pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Run tests
run: make test
- name: Upload coverage to Codecov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.11" }}
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
Expand Down

0 comments on commit 90d3d36

Please sign in to comment.