diff --git a/.github/workflows/beta_site_lint.yml b/.github/workflows/beta_site_lint.yml index 8f894054a..28b9d8da8 100644 --- a/.github/workflows/beta_site_lint.yml +++ b/.github/workflows/beta_site_lint.yml @@ -1,6 +1,9 @@ name: Beta Site Lint / Heading ID check on: + push: + branches: + - main # change this if your default branch is named differently pull_request: types: [opened, synchronize, reopened] diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index eae9820a7..a74102e24 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,9 @@ -name: Build +name: Lint / Flow check on: + push: + branches: + - main # change this if your default branch is named differently pull_request: types: [opened, synchronize, reopened]