diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43f3f7ed..42a2e162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [ main ] + branches: '*' pull_request: branches: '*' diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 4b1afed2..0ca3a768 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -2,7 +2,7 @@ name: Build Utilities on: push: - branches: [ main ] + branches: '*' pull_request: branches: '*'