chore(actions): validate only external packs

This commit is contained in:
omo50
2026-03-13 18:43:43 -06:00
parent 33235ce538
commit 5ecb54ad81

View File

@@ -3,7 +3,7 @@ on:
push:
branches: [ "main" ]
paths:
- 'resourcepacks/**'
- 'resourcepacks/external*'
schedule:
- cron: "0 */4 * * *"
workflow_dispatch: