Skip to content

Commit b89ccae

Browse files
committed
add pull request watching
1 parent 1f99cfc commit b89ccae

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_test.arcgis.service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test and package arcgis service plugin
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
push:
6+
pull_request:
77
paths:
88
- .github/workflows/build_test.arcgis.service.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.arcgis.web-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test and package arcgis web plugin
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
push:
6+
pull_request:
77
paths:
88
- .github/workflows/build_test.arcgis.web-app.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.image.service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test and package image service plugin
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
push:
6+
pull_request:
77
paths:
88
- .github/workflows/build_test.image.service.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.nga-msi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test and package nga-msi plugin
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
push:
6+
pull_request:
77
paths:
88
- .github/workflows/build_test.nga-msi.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build and test service
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
push:
6+
pull_request:
77
paths:
88
- .github/workflows/build_test.service.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.web-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build and test web-app
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
push:
6+
pull_request:
77
paths:
88
- .github/workflows/build_test.web-app.yaml
99
- .github/workflows/config.yaml

0 commit comments

Comments
 (0)