Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cooffeeRequired authored Jan 25, 2025
1 parent 3770dc3 commit a2ad834
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Build and test

on:
- push
- pull_request
push:
branches:
- main
- 4.5---Long-term-changes
pull_request:
branches:
- main
- 4.5---Long-term-changes


jobs:
build:
Expand Down Expand Up @@ -37,4 +44,4 @@ jobs:
uses: SkriptLang/skript-test-action@feature/performance
with:
test_script_directory: src/test/scripts
extra_plugins_directory: extra-plugins/
extra_plugins_directory: extra-plugins/

0 comments on commit a2ad834

Please # to comment.