stop building on non-app file changes

This commit is contained in:
austinried 2021-08-24 15:57:46 +09:00
parent 74632eff10
commit 1d40ac5b35

View File

@ -2,10 +2,18 @@ name: build-release-debugsign
on:
push:
paths-ignore:
- assets/**
- README.md
- LICENSE
branches:
- master
- release/*
pull_request:
paths-ignore:
- assets/**
- README.md
- LICENSE
branches:
- master