Skip to content

Commit

Permalink
Changing branch name to main in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedoyle committed Jul 16, 2024
1 parent 29f9cba commit 5f51931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release:
Expand All @@ -25,4 +25,3 @@ jobs:
Automatic release of ${{ steps.compute_tag.outputs.next_tag }}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 5f51931

Please sign in to comment.