Skip to content

Commit 8342e74

Browse files
authored
Merge pull request #3033 from benjeffery/fix-release
Run release actions on tag push
2 parents 0c88cce + 95e15a6 commit 8342e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
on:
44
push:
55
branches: [main, test]
6+
tags: ['*']
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)