diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 2bd8ead..5c917e6 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -9,7 +9,6 @@ on: push: branches: - main - - release-plz env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -26,7 +25,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }} - uses: jdx/mise-action@v2 - run: mise run release-plz env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caeff25..ef0470e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,11 @@ name: 'build-test' on: # rebuild any PRs and main branch changes pull_request: + branches: + - main push: branches: - main - - 'releases/*' workflow_dispatch: concurrency: