diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9149b58..decb293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,12 @@ name: CI on: push: - branches: [master] + branches: [main] paths-ignore: - 'README.md' - 'docs/**' pull_request: - branches: [master] + branches: [main] paths-ignore: - 'README.md' - 'docs/**' @@ -87,7 +87,7 @@ jobs: reactions: heart, hooray, laugh package: - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: [test] runs-on: ubuntu-latest steps: @@ -102,7 +102,7 @@ jobs: commit-message: Update distribution title: Update distribution body: | - - Updates the distribution for changes on `master` + - Updates the distribution for changes on `main` Auto-generated by [create-pull-request][1] diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index cd672d3..c40d5a4 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -14,7 +14,7 @@ jobs: if [[ -z "$repository" ]]; then repository=${{ github.repository }}; fi echo ::set-output name=repository::$repository branch=${{ github.event.client_payload.slash_command.branch }} - if [[ -z "$branch" ]]; then branch="master"; fi + if [[ -z "$branch" ]]; then branch="main"; fi echo ::set-output name=branch::$branch # Checkout the branch to test