diff --git a/README.md b/README.md index 05d2711..6b6c53f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ name: CI on: push: + branches: + - main + - next + - 'v*' paths-ignore: - 'docs/**' - '*.md' @@ -25,7 +29,10 @@ on: - '*.md' jobs: - ci: + test: + permissions: + contents: write + pull-requests: write uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 ``` @@ -42,6 +49,10 @@ name: CI on: push: + branches: + - main + - next + - 'v*' paths-ignore: - 'docs/**' - '*.md'