diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7627d1a..ff0c578 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Fixes # I have: - [ ] Read and followed Crossplane's [contribution process]. -- [ ] Run `make reviewable test` to ensure this PR is ready for review. +- [ ] Run `make reviewable` to ensure this PR is ready for review. ### How has this code been tested diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aae2f9f..53affe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main - release-* pull_request: {} workflow_dispatch: {}