Skip to content

Commit

Permalink
Revert "Fix CI part4 because turned out this require SemVer"
Browse files Browse the repository at this point in the history
This reverts commit 7ca9cdf.

Signed-off-by: hmtheboy154 <[email protected]>
  • Loading branch information
hmtheboy154 committed Dec 8, 2024
1 parent 7ca9cdf commit c89eade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extract-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- ceres
tags:
- v*
- '*'
pull_request:
branches:
- main
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c89eade

Please sign in to comment.