Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 2ff4e64

Browse files
author
pariah
committed
hm
1 parent e5a1e46 commit 2ff4e64

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
name: Create Release
22
on:
33
push:
4-
branches:
5-
- main
6-
workflow_dispatch:
7-
inputs:
8-
tag:
9-
type: string
10-
description: Release Tag
4+
tags:
5+
- "*"
116
jobs:
127
build:
138
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)