Skip to content

Commit d1f7421

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ "main" ]
77
pull_request:
8-
branches: [ "main" ]
8+
types: [opened, reopened]
99

1010
# Cancel in progress workflows on pull_requests.
1111
# 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ "main" ]
77
pull_request:
8-
branches: [ "main" ]
8+
types: [opened, reopened]
99

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ "main" ]
77
pull_request:
8-
branches: [ "main" ]
8+
types: [opened, reopened]
99

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

0 commit comments

Comments
 (0)