From 7cea62995ce0211516a64d372c538a0a9b23a154 Mon Sep 17 00:00:00 2001 From: koenkk Date: Thu, 25 May 2023 10:23:12 +0200 Subject: [PATCH] chore: fix ci.yml --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f8072284..928614874 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: ci -on: - pull_request: - push: - branches-ignore: - - deps/* +on: [pull_request, push] permissions: contents: write