Skip to content

Commit

Permalink
Huh? GitHub Actions are not getting triggered.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent 89bc6d5 commit 8865ddf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: release

on:
push:
tags:
- "v*.*.*"

jobs:
build_release:
Expand All @@ -17,6 +15,7 @@ jobs:
run: make archive
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
M100LE+comments.DO
Expand Down

0 comments on commit 8865ddf

Please sign in to comment.