diff --git a/.github/workflows/cd-integration.yml b/.github/workflows/cd-integration.yml index 48b70f2..547a3ff 100644 --- a/.github/workflows/cd-integration.yml +++ b/.github/workflows/cd-integration.yml @@ -6,9 +6,6 @@ on: - develop types: - closed - push: - branches: - - develop permissions: contents: write diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 7db2f3c..0ff6f8c 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -6,9 +6,6 @@ on: - master types: - closed - push: - branches: - - develop permissions: contents: write diff --git a/.github/workflows/cd-snapshot.yml b/.github/workflows/cd-snapshot.yml index 5b610c9..6a4e721 100644 --- a/.github/workflows/cd-snapshot.yml +++ b/.github/workflows/cd-snapshot.yml @@ -6,9 +6,6 @@ on: - release/** types: - closed - push: - branches: - - release/** permissions: contents: write