diff --git a/.github/workflows/chatbot.yaml b/.github/workflows/chatbot.yaml index 14b726ded..f04be8350 100644 --- a/.github/workflows/chatbot.yaml +++ b/.github/workflows/chatbot.yaml @@ -5,12 +5,14 @@ on: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/chatbot/** - .github/workflows/chatbot.yaml push: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/chatbot/** - .github/workflows/chatbot.yaml diff --git a/.github/workflows/codegen.yaml b/.github/workflows/codegen.yaml index b3ec2c5ce..bdd8d01a5 100644 --- a/.github/workflows/codegen.yaml +++ b/.github/workflows/codegen.yaml @@ -5,12 +5,14 @@ on: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/codegen/** - .github/workflows/codegen.yaml push: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/codegen/** - .github/workflows/codegen.yaml diff --git a/.github/workflows/model_servers.yaml b/.github/workflows/model_servers.yaml index 4bbc893ce..16f75b0f6 100644 --- a/.github/workflows/model_servers.yaml +++ b/.github/workflows/model_servers.yaml @@ -5,7 +5,7 @@ on: branches: - main paths: - - ./model_servers/ + - ./model_servers/** - .github/workflows/model_servers.yaml push: branches: diff --git a/.github/workflows/rag.yaml b/.github/workflows/rag.yaml index 3fbe96ef2..b8a43e8be 100644 --- a/.github/workflows/rag.yaml +++ b/.github/workflows/rag.yaml @@ -5,12 +5,14 @@ on: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/rag/** - .github/workflows/rag.yaml push: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/rag/** - .github/workflows/rag.yaml