Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Nov 12, 2023
1 parent 8938e6e commit 709a983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish NuGet package

on:
workflow_dispatch:
push:
tags:
- 'release-*'
tags: [ 'release-*' ]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: validate
name: Test pushes to dev

on:
push:
Expand Down

0 comments on commit 709a983

Please sign in to comment.