Skip to content

Commit 56de8c2

Browse files
authored
Fix CI not firing on tag event (#58)
1 parent 43e7ef9 commit 56de8c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
tags:
8+
- '*'
89
paths:
910
- '.github/workflows/build.yml'
1011
- "compiler/**"

0 commit comments

Comments
 (0)