From d987e99aeb0e133777d2715d8b94a973ea709701 Mon Sep 17 00:00:00 2001 From: TZ18521 Date: Mon, 31 Aug 2026 12:47:11 -0300 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4ccc781c9..b3251f663 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,6 +4,9 @@ on: push: branches: - master + - main + - mainetend + - develop pull_request: branches: - master @@ -16,7 +19,7 @@ jobs: 'push' steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0