Skip to content

Commit 75d8eea

Browse files
authored
Merge pull request #15492 from dotty-staging/run-builds-on-tags
Run the CI on tag-pushes
2 parents 7f1ae28 + 8612229 commit 75d8eea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches-ignore:
66
- 'language-reference-stable'
7+
tags:
8+
- '**'
79
pull_request:
810
branches-ignore:
911
- 'language-reference-stable'

0 commit comments

Comments
 (0)