diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e8a74a8b..269afd9b 100755 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,12 +3,9 @@ name: cd on: push: branches: - - '**' + - 'develop' tags: - '*.*.*' - pull_request: - branches: - - 'main' jobs: build: