aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXander <xander@isxander.dev>2023-04-25 16:28:41 +0100
committerGitHub <noreply@github.com>2023-04-25 16:28:41 +0100
commit13c7ba45ff201423eb8dba8a40cfb66ebb531439 (patch)
tree1e799aa9da11fbc0833bc6b7c6e6799633c2ec50 /.github/workflows
parent8ba7196ae990fe9aa98680aba1b387e385fff99c (diff)
downloadYetAnotherConfigLib-13c7ba45ff201423eb8dba8a40cfb66ebb531439.tar.gz
YetAnotherConfigLib-13c7ba45ff201423eb8dba8a40cfb66ebb531439.tar.bz2
YetAnotherConfigLib-13c7ba45ff201423eb8dba8a40cfb66ebb531439.zip
Architectury! (#61)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gradle.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index b05f565..3786124 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -3,7 +3,7 @@ name: Gradle CI
on:
push:
branches:
- - '*'
+ - '**'
paths-ignore:
- 'README.md'
- 'LICENSE'
@@ -12,7 +12,7 @@ on:
- 'changelogs/**'
pull_request:
branches:
- - '*'
+ - '**'
paths-ignore:
- 'README.md'
- 'LICENSE'
@@ -47,4 +47,10 @@ jobs:
run: ./gradlew build --no-daemon
- uses: actions/upload-artifact@v3
with:
- path: build/libs/*.jar
+ path: |
+ **/build/libs/
+ !build/libs/
+ !**/*-dev.jar
+ !**/*-shadow.jar
+ !**/*-transformProduction*.jar
+ !**/test*/