Skip to content

Commit

Permalink
Fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jul 10, 2024
1 parent c713ac9 commit ec06bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: ./output
workflow: build-binaries.yml
workflow_conclusion: success
bracnh: master
branch: main

- name: NuGet pack
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
workflow_conclusion: success
name: ${{ matrix.build }}
name_is_regexp: true
branch: master
branch: main

- name: Copy binaries
run: |
Expand Down

0 comments on commit ec06bcf

Please sign in to comment.