Skip to content

Commit 2b99a02

Browse files
authored
Merge pull request #1534 from apache/juerg/ci
.github/workflows/ci.yml: Drop push trigger, add workflow_dispatch
2 parents dc360ce + 17aa96c commit 2b99a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: PR Checks
44
# redundant, we avoid concurrency with the below configuration.
55
#
66
on:
7-
push:
87
pull_request:
8+
workflow_dispatch:
99

1010
# Use the concurrency feature to ensure we don't run redundant workflows
1111
#

0 commit comments

Comments
 (0)