Skip to content

Commit

Permalink
ci: enable build-tar pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkySnow committed Jul 16, 2024
1 parent 902f698 commit d935f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build tar.gz

on:
push:
branches: [ develop, '**release**']
branches: [ develop, '**release**', 'ci/update-build']
workflow_dispatch:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit d935f6d

Please sign in to comment.