diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 283f46f..4922218 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -9,13 +9,7 @@ # expected from the build. name: Check Transpiled JavaScript -on: - pull_request: - branches: - - main - push: - branches: - - main +on: [push, pull_request] permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b32ae0..ce7156f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,6 @@ name: Continuous Integration -on: - pull_request: - branches: - - main - push: - branches: - - main +on: [push, pull_request] permissions: contents: read diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0afc677..374d386 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,12 +1,6 @@ name: Lint Codebase -on: - pull_request: - branches: - - main - push: - branches: - - main +on: [push, pull_request] permissions: contents: read