From ed8abc4916dcb3a8f462fbfafd1e6db728740eed Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Tue, 17 Sep 2024 02:05:52 -0700 Subject: [PATCH] need to merge workflow first so test linter --- .github/workflows/pipeline.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 74989ca5..0f6ed722 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,15 +1,8 @@ name: impacto on: - pull_request_target: - branches: - - "master" - types: - - opened - - synchronize - - reopened push: branches: - - "master" + - "*" tags: - "*"