Skip to content

Commit a2ad834

Browse files
Update gradle.yml
1 parent 3770dc3 commit a2ad834

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: Build and test
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
- 4.5---Long-term-changes
8+
pull_request:
9+
branches:
10+
- main
11+
- 4.5---Long-term-changes
12+
613

714
jobs:
815
build:
@@ -37,4 +44,4 @@ jobs:
3744
uses: SkriptLang/skript-test-action@feature/performance
3845
with:
3946
test_script_directory: src/test/scripts
40-
extra_plugins_directory: extra-plugins/
47+
extra_plugins_directory: extra-plugins/

0 commit comments

Comments
 (0)