From 46f5d5d9b179c9737c67f507844ff681527facf3 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 17 Jan 2023 16:40:22 +0530 Subject: [PATCH] ci: fix trigger to test pr --- .github/workflows/build_develop.yml | 4 +--- .github/workflows/build_stable.yml | 8 ++------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_develop.yml b/.github/workflows/build_develop.yml index c5bbde7a..c3807451 100644 --- a/.github/workflows/build_develop.yml +++ b/.github/workflows/build_develop.yml @@ -5,9 +5,7 @@ on: branches: - main paths: - - images/nginx/** - - images/socketio/** - - images/worker/** + - images/production/** - overrides/** - tests/** - compose.yaml diff --git a/.github/workflows/build_stable.yml b/.github/workflows/build_stable.yml index 0ec79acc..0a147dda 100644 --- a/.github/workflows/build_stable.yml +++ b/.github/workflows/build_stable.yml @@ -5,9 +5,7 @@ on: branches: - main paths: - - images/nginx/** - - images/socketio/** - - images/worker/** + - images/production/** - overrides/** - tests/** - compose.yaml @@ -19,9 +17,7 @@ on: branches: - main paths: - - images/nginx/** - - images/socketio/** - - images/worker/** + - images/production/** - overrides/** - tests/** - compose.yaml