From 64923b44d4bec0af73b2f266702577744fb55842 Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 1 Jun 2023 15:55:50 +0200 Subject: [PATCH] avoid building dep updates twices --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d90c08..7ebacd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,8 +6,9 @@ name: Build on: push: - branches: - - '**' + branches-ignore: + - 'dependabot/**' # prevent GHA triggered twice (once for commit to the branch and once for opening/syncing the PR) + - 'dependencies/pdm' # prevent GHA triggered twice (once for commit to the branch and once for opening/syncing the PR) tags-ignore: - '**' paths-ignore: