rmm commited on
Commit
a413cea
·
1 Parent(s): 7153cb7

chore: changed CI file to trigger on PRs to dev + main branches

Browse files
.github/workflows/python-pytest.yml CHANGED
@@ -5,9 +5,9 @@ name: Execute tests with pytest
5
 
6
  on:
7
  push:
8
- branches: [ "test/tests" ]
9
  pull_request:
10
- branches: [ "test/tests" ]
11
  permissions:
12
  contents: read
13
  jobs:
 
5
 
6
  on:
7
  push:
8
+ branches: [ "dev" ]
9
  pull_request:
10
+ branches: [ "dev", "main" ]
11
  permissions:
12
  contents: read
13
  jobs: