From 7fdd617bebb5edbc2ae172758689a642152dfcda Mon Sep 17 00:00:00 2001 From: Louis-Olivier Brassard Date: Fri, 8 Sep 2023 12:30:10 -0400 Subject: [PATCH] Revert "tmp: docs.yml testing branch" This reverts commit c1a28cf1cce732722e5dff0fe756488033deba85. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3a9e976ec..4f2b80cab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,7 +5,7 @@ name: Deploy Eleventy site to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch, redeployer-docs-gh-pages] + branches: [$default-branch] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: