Skip to content

Commit

Permalink
Master > main
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Jan 18, 2024
1 parent de947ef commit f7ed59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: CI
on:
push:
branches:
- master
- main
jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
Expand All @@ -25,7 +25,7 @@ jobs:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
branch: master
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f7ed59d

Please sign in to comment.