summaryrefslogtreecommitdiff
path: root/.github/workflows/build-modpack.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-11 02:07:22 -0400
committerseth <[email protected]>2023-05-11 02:13:25 -0400
commit921963cce4b5c0e6516a841f2be9680802201512 (patch)
tree3441dcea5097c6a42a569262505acdd9a756b3da /.github/workflows/build-modpack.yml
parentd9bf460ac787be758a61efaed178a78c3b915265 (diff)
feat: start using packwiz2nix
Diffstat (limited to '.github/workflows/build-modpack.yml')
-rw-r--r--.github/workflows/build-modpack.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build-modpack.yml b/.github/workflows/build-modpack.yml
index 35fbf02..aace7f9 100644
--- a/.github/workflows/build-modpack.yml
+++ b/.github/workflows/build-modpack.yml
@@ -1,7 +1,10 @@
-name: build modpack
+name: Build modpack
on:
push:
+ paths:
+ # only run when prismlauncher modpack files are changed
+ - nix/files/**
workflow_dispatch:
jobs:
@@ -14,7 +17,7 @@ jobs:
- name: build
run: |
- nix build .#getchoo-modpack
+ nix build
- name: upload
uses: actions/upload-artifact@v3