Skip to content

Commit

Permalink
Add workflow_dispatch event to Build/Test pipeline
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nozzlegear committed May 16, 2024
1 parent cc4bd0f commit 8afde09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build/Test Pipeline
on:
push:
branches: [ master, setup-github-actions ]
workflow_dispatch:

# Cancel any in-progress build/test runs
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
Expand All @@ -25,6 +26,8 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: Setup dotnet
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 8afde09

Please sign in to comment.