From c61df5d6354ab6d7972702398da2e91a238511fe Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 18 Dec 2024 15:29:00 -0700 Subject: [PATCH] pr fixes --- .github/workflows/build_templates.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_templates.yml b/.github/workflows/build_templates.yml index 41c5ef47e1..da630e8d18 100644 --- a/.github/workflows/build_templates.yml +++ b/.github/workflows/build_templates.yml @@ -1,9 +1,6 @@ name: Build Templates on: - push: - branches: - - main pull_request: types: - opened @@ -24,10 +21,10 @@ jobs: uses: ./.github/actions/determine_workflow_config with: is-workflow-dispatch: false - exclude-slow-dispatch-input-value: true - exclude-unstable-dispatch-input-value: true - exclude-release-only-dispatch-input-value: true - link-azle-dispatch-input-value: true + exclude-slow-dispatch-input-value: false + exclude-unstable-dispatch-input-value: false + exclude-release-only-dispatch-input-value: false + link-azle-dispatch-input-value: false build-templates: name: Build templates for Dependabot