diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index bd0e3c47..c40173f3 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -5,9 +5,9 @@ name: Contracts Quality Test on: push: - branches: [develop, audit_1] + branches: [develop, audit] pull_request: - branches: [develop, main, audit_1] + branches: [develop, main, audit] jobs: build: