Skip to content

Commit

Permalink
workflow_dispatch for test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Jul 14, 2024
1 parent 77044e6 commit 9b7fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test

on:
workflow_dispatch:
push:
branches:
- test
Expand All @@ -10,6 +11,5 @@ jobs:
uses: dannoe/ALC-analyzer-dlls/.github/workflows/publish_nuget_matrix.yml@test
with:
NUGET_SOURCE: ${{ vars.NUGET_STAGING_SOURCE }}

secrets:
NUGET_APIKEY: ${{ secrets.NUGET_STAGING_APIKEY }}

0 comments on commit 9b7fbd3

Please sign in to comment.