From f7c7dccc2dff02a8259e2fd762ecf435497bc124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Sat, 7 Dec 2024 02:58:37 +0300 Subject: [PATCH] Auto trigger workflows on push --- .github/workflows/backends.cd.yml | 18 +++++++++--------- .github/workflows/clients.cd.yml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/backends.cd.yml b/.github/workflows/backends.cd.yml index 5c77377..c0cfa33 100644 --- a/.github/workflows/backends.cd.yml +++ b/.github/workflows/backends.cd.yml @@ -3,15 +3,15 @@ on: workflow_dispatch: # schedule: # - cron: '38 19 * * *' # run the cron job every day at 19.38 - # push: - # branches: - # - "main" - # tags-ignore: - # - "**" - # paths: - # - "backend/**" - # - ".github/workflows/**" - # - ".github/actions/**" + push: + branches: + - "main" + tags-ignore: + - "**" + paths: + - "server/**" + - ".github/workflows/**" + - ".github/actions/**" env: REGISTRY: ghcr.io jobs: diff --git a/.github/workflows/clients.cd.yml b/.github/workflows/clients.cd.yml index a3150ee..b3fa8c8 100644 --- a/.github/workflows/clients.cd.yml +++ b/.github/workflows/clients.cd.yml @@ -3,15 +3,15 @@ on: workflow_dispatch: # schedule: # - cron: '38 19 * * *' # run the cron job every day at 19.38 - # push: - # branches: - # - "main" - # tags-ignore: - # - "**" - # paths: - # - "clients/**" - # - ".github/workflows/**" - # - ".github/actions/**" + push: + branches: + - "main" + tags-ignore: + - "**" + paths: + - "client/**" + - ".github/workflows/**" + - ".github/actions/**" env: REGISTRY: ghcr.io jobs: