From afb31c21d9a5b1e994e3a0b3b12091b62b26010f Mon Sep 17 00:00:00 2001 From: Christian Carlsson Date: Fri, 22 Nov 2024 18:50:18 +0000 Subject: [PATCH] chore: remove push activation for dep workflow (#71) --- .github/workflows/dependencies.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1c6b8684..f2bbea13 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -1,7 +1,6 @@ name: Dependencies on: - push: pull_request: types: - opened