diff --git a/.github/workflows/cd-integration.yml b/.github/workflows/cd-integration.yml index 7ef507d..48b70f2 100644 --- a/.github/workflows/cd-integration.yml +++ b/.github/workflows/cd-integration.yml @@ -6,7 +6,9 @@ on: - develop types: - closed - - synchronize + push: + branches: + - develop permissions: contents: write diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 0ff6f8c..7db2f3c 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -6,6 +6,9 @@ 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 7519168..5b610c9 100644 --- a/.github/workflows/cd-snapshot.yml +++ b/.github/workflows/cd-snapshot.yml @@ -6,7 +6,9 @@ on: - release/** types: - closed - - synchronize + push: + branches: + - release/** permissions: contents: write