Skip to content

Commit d80d76a

Browse files
authored
scala.yml should be triggered when pushing a release tag
1 parent 14fb063 commit d80d76a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches-ignore:
66
- 'update/**'
7+
tags:
8+
- 'v*'
9+
710
pull_request:
811

912
jobs:

0 commit comments

Comments
 (0)