From e69b2fbedee01fa57475ff4390328aae263b6cc5 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 29 Oct 2023 01:01:09 +0200 Subject: [PATCH] add more trigger events --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db55a20..ef25336 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: pull_request: branches: ["main"] release: - types: [published, edited] + types: ["published", "edited", "created", "released"] jobs: lint: