We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9a065 commit dc0d36eCopy full SHA for dc0d36e
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
activate:
17
if: >-
18
github.event_name == 'push' ||
19
+ github.event_name == 'workflow_dispatch' ||
20
(github.event_name == 'schedule' && github.repository_owner == 'spring-io') ||
21
(github.event_name == 'pull_request' && !startsWith(github.head_ref, 'docs/'))
22
runs-on: ubuntu-latest
0 commit comments