Skip to content

Commit 91dfe8a

Browse files
committed
fix: trigger on current default branch (master)
1 parent 00956be commit 91dfe8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- completed
88
branches:
99
- master
10-
- main
10+
1111
jobs:
1212
set-version:
1313
runs-on: ubuntu-latest
14-
if: ${{ github.event.workflow_run.head_branch == 'main' }}
14+
if: ${{ github.event.workflow_run.head_branch == 'master' }}
1515
container:
1616
image: mcr.microsoft.com/dotnet/sdk:6.0
1717
outputs:

0 commit comments

Comments
 (0)