Skip to content

Commit

Permalink
fix: use main in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias authored Oct 14, 2022
1 parent 1b8e0de commit 639ce3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run checks
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
run-checks:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn test:browser

- name: Semantic Release
if: contains(github.ref, 'refs/heads/master')
if: contains(github.ref, 'refs/heads/main')
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 639ce3e

Please sign in to comment.