From ae964f69feb4b959970ef2dc7218bc9512f08698 Mon Sep 17 00:00:00 2001 From: kraanzu Date: Thu, 19 Oct 2023 08:50:53 +0530 Subject: [PATCH] only build on changes to main branch --- .github/workflows/app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index f943e258..401e3f4a 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ "main", "develop"] + branches: [ "main"] pull_request: - branches: [ "main", "develop" ] + branches: [ "main" ] permissions: contents: read