There was an error while loading. Please reload this page.
1 parent 2fa9a52 commit eea6fc9Copy full SHA for eea6fc9
1 file changed
.github/workflows/package-nuget-artifacts.yml
@@ -3,8 +3,8 @@ name: Package Branch Tool Artifacts
3
on:
4
workflow_dispatch:
5
push:
6
- branches-ignore:
7
- - main
+ branches:
+ - "**"
8
9
concurrency:
10
group: package-branches-${{ github.ref }}
0 commit comments