From bd657b1313b8e8c46f1ac21a5c0aa291a2dd9cfe Mon Sep 17 00:00:00 2001 From: Aman Kapoor Date: Mon, 10 Jan 2022 17:12:47 +0530 Subject: [PATCH] Action fixes (#25) * fixes: Build on tag action * Run build action on pull request and tag only Co-authored-by: aman.kapoor --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cea5a9e..cec573a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,8 +5,6 @@ env: on: push: - branches: - - main tags: - 'v*' paths-ignore: @@ -15,6 +13,10 @@ on: - 'docs/**' - '.github/config/labels.yml' + pull_request: + branches: + - main + workflow_dispatch: repository_dispatch: types: [ app-release ]