mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
stop building on non-app file changes
This commit is contained in:
parent
74632eff10
commit
1d40ac5b35
@ -2,10 +2,18 @@ name: build-release-debugsign
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- assets/**
|
||||||
|
- README.md
|
||||||
|
- LICENSE
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- release/*
|
- release/*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- assets/**
|
||||||
|
- README.md
|
||||||
|
- LICENSE
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user