Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update workflow triggers to use string literals instead of arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmann committed Apr 11, 2024
1 parent 7d6c1fc commit d5d3c93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack-feature-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Pack Feature .NET Template

on:
workflow_run:
workflows: ["Set Version"]
workflows: [Set Version]
branches-ignore:
- main
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-main-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Pack Main .NET Template

on:
workflow_run:
workflows: ["Set Version"]
workflows: [Set Version]
branches:
- main
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish to NuGet

on:
workflow_run:
workflows: ["Pack .NET Template"]
workflows: [Pack .NET Template]
branches:
- '**'
types:
Expand Down

0 comments on commit d5d3c93

Please sign in to comment.