Skip to content

Commit

Permalink
ci: fix base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 15, 2024
1 parent f190c6f commit 6ddb439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main

env:
CGO_ENABLED: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish
on:
push:
branches:
- master
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-**'
Expand Down

0 comments on commit 6ddb439

Please sign in to comment.