mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-11 21:56:55 +00:00
don't rebuild the plugin if source hasn't changed
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
name: Build commit
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "src/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-commit:
|
||||
|
||||
Reference in New Issue
Block a user