Skip to content

Commit

Permalink
chore: rename default branch to main (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto committed Sep 25, 2023
1 parent 6198e51 commit 5d17e38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- "master"
- "main"
tags:
- "v*"
pull_request:
branches:
- "master"
- "main"

jobs:
golangci:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
cache-to: type=gha,mode=max
release-please:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 5d17e38

Please sign in to comment.