Skip to content

Commit

Permalink
chore: fix release ci (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jun 22, 2023
1 parent 57e05c1 commit d0b561f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
name: release
runs-on: ubuntu-latest
needs: tests
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down

0 comments on commit d0b561f

Please sign in to comment.