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

Commit c147a8a

Browse files
authored
Changing release to build on tag push
1 parent d8ea876 commit c147a8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
2-
on:
3-
release:
4-
types: [created]
2+
on:
3+
push:
4+
tags:
5+
- '*'
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)