Skip to content

Commit dc0d36e

Browse files
committed
Support manual dispatch
1 parent 5a9a065 commit dc0d36e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
activate:
1717
if: >-
1818
github.event_name == 'push' ||
19+
github.event_name == 'workflow_dispatch' ||
1920
(github.event_name == 'schedule' && github.repository_owner == 'spring-io') ||
2021
(github.event_name == 'pull_request' && !startsWith(github.head_ref, 'docs/'))
2122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)