Skip to content

Commit

Permalink
Stop the release action from doing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Feb 29, 2024
1 parent 36a99cd commit 8f12104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- "*"
branches:
- "fix-releases"
defaults:
run:
shell: bash
Expand Down Expand Up @@ -44,6 +46,8 @@ jobs:
# make_target: unused
# rust: 1.60.0
steps:
- name: Stop, we are just testing
run: false
- uses: actions/checkout@v3
# BUILD
- name: Static build with musl
Expand Down

0 comments on commit 8f12104

Please sign in to comment.