From 65c13febf5870a362aa7354850f6c8de2768aeb8 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:16:20 +0100 Subject: [PATCH] ci: fix release automation workflow typo --- .github/workflows/release-automated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 35d32b9e..76222bb6 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -1,7 +1,7 @@ name: release-automated on: push: - branches: [ release, alpha, beta, next-major, release-[0-9].x.x ] + branches: [ release, alpha, beta, next-major, release-4.x.x ] jobs: release: runs-on: ubuntu-latest @@ -112,4 +112,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3.7.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./docs