From 6d381da0751fcf466ab00416596356193fef618d Mon Sep 17 00:00:00 2001 From: koenkk Date: Sun, 4 Jun 2023 14:01:49 +0200 Subject: [PATCH] chore: fix ci.yml --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495846fa..92861487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,6 @@ name: ci -on: - pull_request: - push: - branches-ignore: - - deps/* - tags: - - '**' +on: [pull_request, push] permissions: contents: write