diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f83d7a..5bb7c0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build Projects on: push: - branches: [ main, integration, dev/** ] + branches: [ main, integration ] pull_request: branches: [ main, integration ]