From a2f27dab5c96b8236436f93b3210503253964a80 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Fri, 19 Jun 2026 18:53:30 -0700 Subject: [PATCH] fix: wiki workflow autorun on push to main --- .github/workflows/wiki.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 291c5d7c..09aae347 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout Canopy repo - uses: actions/checkout@v4 - name: Checkout Wiki repo (master branch) + uses: actions/checkout@v4 + + - name: Checkout Wiki repo (master branch) uses: actions/checkout@v4 with: repository: ${{ github.repository }}.wiki