avoid building dep updates twices

This commit is contained in:
sebthom
2023-06-01 15:55:50 +02:00
parent a4b8998456
commit 64923b44d4

View File

@@ -6,8 +6,9 @@ name: Build
on: on:
push: 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: tags-ignore:
- '**' - '**'
paths-ignore: paths-ignore: