diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e84c4060..e0451411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,7 @@ name: Infra - Build on: - pull_request: #On PR, we're just doing validation that it compiled to support the build policy - branches: - - main + push: # On Push we are just doing validation that it compiled to support the build policy paths: - "bicep/*" - "bicep/modules_bicep/**/*"