From 4c2d66dc508b328ec4ed0d427e86e81f00267401 Mon Sep 17 00:00:00 2001 From: Shritesh Jamulkar Date: Sun, 26 Nov 2023 20:58:39 +0000 Subject: [PATCH] Added major changes to Release pipeline --- .github/workflows/gh-pages.yml | 4 ---- .github/workflows/release.yml | 2 -- .github/workflows/release_check.yml | 2 -- .github/workflows/tests.yml | 6 ------ 4 files changed, 14 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fa2699b..2b8e62d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,10 +5,6 @@ on: branches: [ master, main ] types: - completed - push: - branches: [master, main] - release: - types: [ released ] jobs: deploy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bf6cac..78643b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,6 @@ on: branches: [ master, main ] types: - completed - release: - types: [ released ] jobs: deploy: diff --git a/.github/workflows/release_check.yml b/.github/workflows/release_check.yml index 97a4b32..e200120 100644 --- a/.github/workflows/release_check.yml +++ b/.github/workflows/release_check.yml @@ -6,8 +6,6 @@ on: branches: [ master, main ] types: - completed - release: - types: [ released ] jobs: validate: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d55022d..097366f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,12 +7,6 @@ on: branches: [ master, main ] types: - completed - push: - branches: [ master, main ] - pull_request: - branches: [ master, main ] - release: - types: [ released ] jobs: tests: