diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40adf205..65edb220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ -on: pull_request +on: + pull_request: + push: + branches: + - main -name: CI (JS) +name: Lint and Test permissions: contents: read