[ci skip] Skip tests on paths-ignore

Nothing to test on metadata updates.
This commit is contained in:
Davide De Rosa 2021-12-01 23:21:39 +01:00
parent 82aaa0b386
commit 56f6e289c9
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ on:
push:
branches-ignore:
- 'test/*'
paths-ignore:
- '.beta-*'
- 'Passepartout.xcodeproj/project.pbxproj'
- '**/Info.plist'
- '**/release_notes.txt'
env:
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}