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: - "*"