diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c38205..1b70f75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy to Rubygems - if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }} + if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'master' }} runs-on: ubuntu-latest steps: - name: Checkout @@ -24,7 +24,7 @@ jobs: - name: Test run: rake - + - name: Deploy to Rubygems uses: ./.github/actions/deploy with: