Skip to content

Commit ddcf10c

Browse files
committed
Allow manually triggering the workflow.
1 parent 7df1b77 commit ddcf10c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/upgrade-compat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
branches:
1818
- develop
1919
pull_request:
20+
# Allow manually triggering the workflow.
21+
workflow_dispatch:
2022

2123
jobs:
2224
upgrade-compat:

0 commit comments

Comments
 (0)