Skip to content

Commit 759a22d

Browse files
committed
Updates triggers for test actions
1 parent 1ff2b3e commit 759a22d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "[Py3.8][Py3.9][Py3.10] tests/unitary/default_setup/**"
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ "main" ]
57
pull_request:
68
types: [opened, reopened]
79
branches: [ "main" ]

.github/workflows/run-unittests-py38-cov-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "[Py3.8][COV REPORT] tests/unitary/**"
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ "main" ]
57
pull_request:
68
types: [opened, reopened]
79
branches: [ "main" ]

.github/workflows/run-unittests-py39-py310.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "[Py3.9][Py3.10] - tests/unitary/**"
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ "main" ]
57
pull_request:
68
types: [opened, reopened]
79
branches: [ "main" ]

0 commit comments

Comments
 (0)