From c89eade1ee06f06430d45cd15dc378ba2ec23f1b Mon Sep 17 00:00:00 2001 From: hmtheboy154 <buingoc67@gmail.com> Date: Sun, 8 Dec 2024 18:46:55 +0700 Subject: [PATCH] Revert "Fix CI part4 because turned out this require SemVer" This reverts commit 7ca9cdf4fd0308c9b0de8b7791497d0461789483. Signed-off-by: hmtheboy154 <buingoc67@gmail.com> --- .github/workflows/extract-rootfs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extract-rootfs.yml b/.github/workflows/extract-rootfs.yml index cba0898..a472e2b 100644 --- a/.github/workflows/extract-rootfs.yml +++ b/.github/workflows/extract-rootfs.yml @@ -6,7 +6,7 @@ on: - main - ceres tags: - - v* + - '*' pull_request: branches: - main @@ -125,7 +125,7 @@ jobs: release: name: Release needs: build - if: ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && startsWith(github.ref, 'refs/tags/v')) + if: ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && startsWith(github.ref, 'refs/tags/')) runs-on: ubuntu-latest steps: - name: Download RootFS