Skip to content

Commit eea6fc9

Browse files
committed
Package now runs on all branches.
1 parent 2fa9a52 commit eea6fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-nuget-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Package Branch Tool Artifacts
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore:
7-
- main
6+
branches:
7+
- "**"
88

99
concurrency:
1010
group: package-branches-${{ github.ref }}

0 commit comments

Comments
 (0)