Skip to content

Commit 19e0d18

Browse files
julienrftarzanek
authored andcommitted
Run the CI on PRs that target the default branch
1 parent 469a4f4 commit 19e0d18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22

33
on:
4-
# Triggers the workflow on push or pull request events but only for the master branch
4+
# Triggers the workflow on push or pull request events but only for the default branch
55
push:
6-
branches: [ b2.5, b3.0, master]
6+
branches: [scylla-4.x]
77
pull_request:
8-
branches: [ b2.5, b3.0, master]
8+
branches: [scylla-4.x]
99

1010
workflow_dispatch:
1111

@@ -33,6 +33,7 @@ jobs:
3333
java-version: | # order is important, the last one is the default which will be used by SBT
3434
11
3535
8
36+
cache: sbt
3637

3738
- name: sbt tests
3839
env:

0 commit comments

Comments
 (0)