diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 152af5b..343f804 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -2,8 +2,9 @@ name: Unit Test on: push: - branches: - - '**' + branches-ignore: + - main + - master jobs: build-test: