Allow triggering the "Bootstrap" workflow manually (#27298)

This commit is contained in:
Massimiliano Culpo 2021-11-09 12:02:24 +01:00 committed by GitHub
parent 2153ac5863
commit 752aa7adde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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