Skip to content

Commit

Permalink
ci: switch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolaj-jepsen committed Jun 11, 2022
1 parent 380fcb2 commit 3b57405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: write
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
outputs:
tag: ${{ steps.tag.outputs.tag }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-22.04
needs: [ tag ]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3b57405

Please sign in to comment.