From 2d3fed3553f3df4ce77b5b9e7b24e7509ab3b057 Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Tue, 22 Jul 2025 01:38:03 -0300 Subject: [PATCH] ci: update workflow --- .github/workflows/cd-integration.yml | 3 --- .github/workflows/cd-release.yml | 3 --- .github/workflows/cd-snapshot.yml | 3 --- 3 files changed, 9 deletions(-) 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