diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index bbc9cac..3f0e8f9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,9 +2,9 @@ name: Deploy on: push: - branches: [ "develop" ] + branches: [ "ci/cd" ] pull_request: - branches: [ "develop" ] + branches: [ "ci/cd" ] permissions: contents: read