diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2086343a..096f2a43 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,13 +4,7 @@ name: NumberOne-Backend-CICD # event trigger on: push: - branches: - - main - - 'fix/*' - pull_request: - branches: - - main - - 'fix/*' + branches: [ "main", "dev", "dev-check"] permissions: write-all