Skip to content

Commit 4173c7d

Browse files
committed
Run CI on everything except release tags
1 parent 8928f5e commit 4173c7d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: CI
2+
23
on:
3-
push:
4-
branches:
5-
- master
64
pull_request:
7-
branches:
8-
- master
5+
push:
6+
tags-ignore:
7+
- v*
8+
99
jobs:
10+
1011
build:
1112
runs-on: ubuntu-latest
1213
strategy:
@@ -33,6 +34,7 @@ jobs:
3334
run: sbt "++${{ matrix.scalaversion }}" example/compile
3435
- name: scalafmt
3536
run: sbt "++${{ matrix.scalaversion }}" scalafmtCheck
37+
3638
readme:
3739
runs-on: ubuntu-latest
3840
steps:

0 commit comments

Comments
 (0)