From 5203f43c714cda9ecd9729365a87f903ca63b9be Mon Sep 17 00:00:00 2001 From: Francesco Feltrinelli <44259532+ffeltrinelli@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:57:47 +0200 Subject: [PATCH] Remove GH workflow trigger on main branch commit to break build loop (#65) --- .github/workflows/cname-check.yml | 2 -- .github/workflows/release-gh-pages.yml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cname-check.yml b/.github/workflows/cname-check.yml index 3991b8e69a3..3fdbc01865d 100644 --- a/.github/workflows/cname-check.yml +++ b/.github/workflows/cname-check.yml @@ -1,8 +1,6 @@ name: cname check on: - push: - branches: [ main ] pull_request: branches: [ main ] diff --git a/.github/workflows/release-gh-pages.yml b/.github/workflows/release-gh-pages.yml index e3bd49c5cb8..34168347327 100644 --- a/.github/workflows/release-gh-pages.yml +++ b/.github/workflows/release-gh-pages.yml @@ -1,11 +1,11 @@ name: Build and release site to GitHub Pages on: - push: - branches: [main] schedule: # daily build - cron: '0 0 * * *' + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: gh-pages-release: