From 55a8f2a484f1dd12d350b03e4b2d399797b9fec1 Mon Sep 17 00:00:00 2001 From: Akash Date: Mon, 30 Dec 2024 19:59:58 +0530 Subject: [PATCH] feat: update CI workflows to include master and staging branches --- .github/workflows/ci.yml | 6 ++++-- .github/workflows/docker-release.yml | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b032f91..21b5c68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,12 @@ name: Lint Test Build on: push: branches: - - main + - master + - staging pull_request: branches: - - main + - master + - staging jobs: lint: diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index a357ef2..aed454a 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -4,6 +4,8 @@ on: workflow_run: workflows: - Lint Test Build + branches: + - master types: - completed jobs: