diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23fd346953..5c418704b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,12 +3,8 @@ # https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-nodejs name: Build -# Run this Build only for pushes / PRs to main branch -on: - push: - branches: main - pull_request: - branches: main +# Run this Build for all pushes / PRs to current branch +on: [push, pull_request] jobs: tests: