We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a4f4 commit 19e0d18Copy full SHA for 19e0d18
.github/workflows/main.yml
@@ -1,11 +1,11 @@
1
name: CI
2
3
on:
4
- # Triggers the workflow on push or pull request events but only for the master branch
+ # Triggers the workflow on push or pull request events but only for the default branch
5
push:
6
- branches: [ b2.5, b3.0, master]
+ branches: [scylla-4.x]
7
pull_request:
8
9
10
workflow_dispatch:
11
@@ -33,6 +33,7 @@ jobs:
33
java-version: | # order is important, the last one is the default which will be used by SBT
34
35
36
+ cache: sbt
37
38
- name: sbt tests
39
env:
0 commit comments