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 8928f5e commit 4173c7dCopy full SHA for 4173c7d
.github/workflows/ci.yml
@@ -1,12 +1,13 @@
1
name: CI
2
+
3
on:
- push:
4
- branches:
5
- - master
6
pull_request:
7
8
+ push:
+ tags-ignore:
+ - v*
9
jobs:
10
11
build:
12
runs-on: ubuntu-latest
13
strategy:
@@ -33,6 +34,7 @@ jobs:
33
34
run: sbt "++${{ matrix.scalaversion }}" example/compile
35
- name: scalafmt
36
run: sbt "++${{ matrix.scalaversion }}" scalafmtCheck
37
38
readme:
39
40
steps:
0 commit comments