diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 78de5fd..eebc6c8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -6,9 +6,11 @@ name: pipeline on: push: - branches: [ "main", "feat/witness-run-action" ] + branches: + - '*'' pull_request: - branches: [ "main", "feat/witness-run-action" ] + branches: + - '*' jobs: fmt: