From 32acb42e48b7ce4efea517671df140a415ab7853 Mon Sep 17 00:00:00 2001 From: jcpitre Date: Thu, 5 Dec 2024 12:57:05 -0500 Subject: [PATCH] Added temporary trigger for testing2 --- .github/workflows/build-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 359a1cb78..369fa2e2f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -2,14 +2,15 @@ name: Build and Test on: pull_request: branches: [ main ] - push: - branches: [ functions-python-refactoring ] + paths-ignore: - '**.md' - "web-app/**" - "functions/**" - ".github/workflows/web-*.yml" workflow_call: + push: + branches: [ functions-python-refactoring ] env: python_version: '3.11'