From d8232d364b75025640c15d58931ba2b60526fa68 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Thu, 30 May 2024 13:37:33 -0400 Subject: [PATCH] disable triggers on cookiecutter github actions for now --- .github/workflows/dev.yml | 10 +++++----- .github/workflows/preview.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ad5345b..4a7f82d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -4,11 +4,11 @@ name: dev workflow # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master, main ] - pull_request: - branches: [ master, main ] +# # Triggers the workflow on push or pull request events but only for the master branch +# push: +# branches: [ master, main ] +# pull_request: +# branches: [ master, main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 953a60e..0f60386 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,9 +4,9 @@ name: stage & preview workflow # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master, main ] +# # Triggers the workflow on push or pull request events but only for the master branch +# push: +# branches: [ master, main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6060909..b30d81a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,10 @@ name: release & publish workflow # Controls when the action will run. on: - # Triggers the workflow on push events but only for the master branch - push: - tags: - - 'v*' +# # Triggers the workflow on push events but only for the master branch +# push: +# tags: +# - 'v*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: