Skip to content

Commit 5237287

Browse files
committed
enh - run tests only when making a PR to the dev
1 parent 38baebf commit 5237287

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This configuration does the following:
22

3-
# It runs the tests when code is pushed to the master and dev branch and
4-
# when a pull request is created.
3+
# It runs the tests when code is pushed to dev branch and
4+
# when a pull request to dev is created.
55
# It sets up a Python environment, installs project dependencies, and runs pytest.
66
# Test results are uploaded as artifacts for later examination.
77

@@ -10,11 +10,9 @@ name: testing
1010
on:
1111
push:
1212
branches:
13-
- master
1413
- dev
1514
pull_request:
1615
branches:
17-
- master
1816
- dev
1917
jobs:
2018
build:

0 commit comments

Comments
 (0)