From 95308883f9b555c57d535eb48d9c9566e67f58eb Mon Sep 17 00:00:00 2001 From: evavirseda Date: Mon, 27 Feb 2023 18:18:11 +0100 Subject: [PATCH] chore: remove edited from workflow (#56) feat: remove edited from workflow --- .github/workflows/check-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-linter.yaml b/.github/workflows/check-linter.yaml index ac905ec..6332751 100644 --- a/.github/workflows/check-linter.yaml +++ b/.github/workflows/check-linter.yaml @@ -1,7 +1,7 @@ name: Check linter in PRs on: pull_request: - types: [opened,edited,reopened,synchronize] + types: [opened,reopened,synchronize] jobs: linter: runs-on: ubuntu-latest