[ci skip] Skip tests on paths-ignore
Nothing to test on metadata updates.
This commit is contained in:
parent
82aaa0b386
commit
56f6e289c9
|
@ -4,6 +4,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'test/*'
|
- 'test/*'
|
||||||
|
paths-ignore:
|
||||||
|
- '.beta-*'
|
||||||
|
- 'Passepartout.xcodeproj/project.pbxproj'
|
||||||
|
- '**/Info.plist'
|
||||||
|
- '**/release_notes.txt'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
|
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue