From a613eb2d823919ad536063da377fc4582ce0904a Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 20 Oct 2022 22:21:44 +0530 Subject: [PATCH] Disable critical GH Actions on `master` To mark `master` as in v5 development mode --- .../{workflows/third-party.yml => actions/third-party.disabled} | 0 .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename .github/{workflows/third-party.yml => actions/third-party.disabled} (100%) diff --git a/.github/workflows/third-party.yml b/.github/actions/third-party.disabled similarity index 100% rename from .github/workflows/third-party.yml rename to .github/actions/third-party.disabled diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a24fffd0..837ea18e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site on: push: branches: - - master + - "4.3-stable" env: RUBY_VERSION: 2.7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3585815a..39d8fd82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,6 @@ name: Release Gem on: push: branches: - - master - "*-stable" paths: - "lib/**/version.rb"