Skip to content

Commit fee3d47

Browse files
authored
Merge pull request #39 from xpodev/ci/update-test-conditions
Update pull request trigger types in CI workflows
2 parents 109768e + f038eee commit fee3d47

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/python-test-linux.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
name: Linux Build and Test
55

66
on:
7-
push:
8-
branches: [ "main" ]
97
pull_request:
108
branches: [ "main" ]
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
13+
- ready_for_review
1114

1215
jobs:
1316
build-legacy:

.github/workflows/python-test-macos.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
name: MacOS Build and Test
55

66
on:
7-
push:
8-
branches: [ "main" ]
97
pull_request:
108
branches: [ "main" ]
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
13+
- ready_for_review
1114

1215
jobs:
1316
build-legacy:

.github/workflows/python-test-windows.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
name: Windows Build and Test
55

66
on:
7-
push:
8-
branches: [ "main" ]
97
pull_request:
108
branches: [ "main" ]
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
13+
- ready_for_review
1114

1215
jobs:
1316
build:

0 commit comments

Comments
 (0)