1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

dont run build workflow when source is not changed

This commit is contained in:
2024-07-31 20:38:21 +03:00
parent 0eaaf6a950
commit 455d0deddc

View File

@@ -1,5 +1,13 @@
name: build
on: [ pull_request, push ]
on:
push:
paths-ignore:
- '.github/**'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '*.md'
jobs:
build: