Skip to content

Commit 1e2b145

Browse files
committed
Updates triggers for test actions
1 parent a104cb2 commit 1e2b145

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ 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:
6-
types: [opened, reopened, edited]
8+
branches: [ "main" ]
79

810
# Cancel in progress workflows on pull_requests.
911
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

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

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

810
# Cancel in progress workflows on pull_requests.
911
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

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

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

810
# Cancel in progress workflows on pull_requests.
911
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

0 commit comments

Comments
 (0)