diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e36eb467..e6f249a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,11 @@ name: Build on: push: - branches: [ $default-branch ] + branches: + - main pull_request: - branches: [ $default-branch ] + branches: + - ** jobs: build: @@ -27,4 +29,4 @@ jobs: - run: npm ci - run: npm lint - run: npm run build - - run: npm test \ No newline at end of file + - run: npm test