Skip to content

Commit 8c68cba

Browse files
authored
Update release.yml
1 parent b00b9cc commit 8c68cba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

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

67
# Allows you to run this workflow manually from the Actions tab
78
workflow_dispatch:

0 commit comments

Comments
 (0)