From 6f4b8f725a793dce6d76d5d3704f9174712bfd95 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Wed, 27 May 2026 10:22:10 +0300 Subject: [PATCH] chore(ci): Execute the "Dependencies" workflow on push to main and for PRs --- .github/workflows/dependencies.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 7caa93ccf..63f7f4da5 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -23,8 +23,7 @@ concurrency: on: push: - branches-ignore: - - "gh-readonly-queue/**" + branches: [ "main" ] paths: - "**/Cargo.toml" - "**/Cargo.lock"