From e9cb8c436982bdd9001bd6961d51711d22a2a97a Mon Sep 17 00:00:00 2001 From: Ville Korhonen Date: Fri, 23 Aug 2024 12:10:48 +0300 Subject: [PATCH] Do not build pull requests We already build specific branches, thus PR would just build twice. --- .github/workflows/build-and-deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d65236d..bb85a9c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -9,9 +9,6 @@ on: - main - feature/** - bugfix/** - pull_request: - branches: - - '*' permissions: contents: read