Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Pouyanpi committed Oct 26, 2024
1 parent b614628 commit 3e90d01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: PR Tests

on:
push:
branches: ["feature/poetry"]
pull_request:
paths-ignore:
- "**/*.md"
branches: ["feature/poetry"]
# on:
# pull_request:
# paths-ignore:
Expand All @@ -21,4 +22,5 @@ jobs:
uses: ./.github/workflows/_test.yml
with:
os: ${{ matrix.os }}
image: ${{ matrix.image }}
python-version: ${{ matrix.python-version }}

0 comments on commit 3e90d01

Please sign in to comment.