Skip to content

Commit

Permalink
chore: changed CI file to trigger on PRs to dev + main branches
Browse files Browse the repository at this point in the history
- this test/ branch will go away after the PR is merged...
  • Loading branch information
rmm-ch committed Jan 20, 2025
1 parent 7153cb7 commit a413cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Execute tests with pytest

on:
push:
branches: [ "test/tests" ]
branches: [ "dev" ]
pull_request:
branches: [ "test/tests" ]
branches: [ "dev", "main" ]
permissions:
contents: read
jobs:
Expand Down

0 comments on commit a413cea

Please sign in to comment.