We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fb063 commit d80d76aCopy full SHA for d80d76a
.github/workflows/scala.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches-ignore:
6
- 'update/**'
7
+ tags:
8
+ - 'v*'
9
+
10
pull_request:
11
12
jobs:
0 commit comments