From d22ed6798f7268c4deef1fcc5b58a27221c4f21c Mon Sep 17 00:00:00 2001 From: francis2tm Date: Mon, 5 Feb 2024 15:16:03 +0000 Subject: [PATCH] chore: changed how PRs trigger build pipeline --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa584bc..dbb96ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: - "**" pull_request: branches: - - "**" + - "main" # This is the example from the readme. # On each push to the `main` branch it will create or update a GitHub build, build your app, and upload the artifacts to the build.