diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 78c32b70..c6ebdff0 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -8,7 +8,8 @@ on: pull_request_target: branches: - "master" - + workflow_dispatch: + env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} @@ -68,6 +69,9 @@ jobs: - os: ubuntu-latest os_name: switch triplet: none + - os: ubuntu-latest + os_name: switch + triplet: none env: VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }} vcpkgCommitId: '0f88ecb8528605f91980b90a2c5bad88e3cb565f'