Skip to content

Commit

Permalink
Add option to allow pipeline to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Oct 5, 2024
1 parent e7403ee commit 152612c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
pull_request_target:
branches:
- "master"

workflow_dispatch:

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 152612c

Please sign in to comment.