mirror of
https://github.com/austinried/subtracks.git
synced 2026-03-28 23:32:42 +01:00
stop building on non-app file changes
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user