Skip to content

Commit

Permalink
Debug release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed May 8, 2024
1 parent ed3fe1f commit 0fff6f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Release

on:
# FIXME: DEBUG ONLY, REMOVE AFTERWARD
# push:
# tags: ["v*"]
push:
tags: ["v*"]
paths:
- ".github/workflows/release.yml"
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit 0fff6f8

Please sign in to comment.