Allow triggering the "Bootstrap" workflow manually (#27298)
This commit is contained in:
parent
2153ac5863
commit
752aa7adde
1 changed files with 2 additions and 0 deletions
2
.github/workflows/bootstrap.yml
vendored
2
.github/workflows/bootstrap.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Bootstrapping
|
name: Bootstrapping
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# This Workflow can be triggered manually
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
|
Loading…
Reference in a new issue