diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 202f45a8..2f7c9f82 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -4,8 +4,11 @@ on: push: branches: - main + - feat/* pull_request: - branches: [ main ] + branches: + - main + - feat/* permissions: checks: write