1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-21 09:45:05 +02:00

[BEEEP] - Added workflows to ignored paths (#1802)

Makes sure that edits to workflow files don't trigger a build.
This commit is contained in:
Micaiah Martin 2022-02-23 09:34:26 -06:00 committed by GitHub
parent 4722d2f632
commit 31a3ec963b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ on:
branches-ignore:
- 'l10n_master'
- 'gh-pages'
paths-ignore:
- "./github/workflows/**"
jobs:
cloc:
@ -529,8 +531,7 @@ jobs:
|| github.ref == 'refs/heads/hotfix'
env:
APPCENTER_IOS_TOKEN: ${{ steps.retrieve-secrets.outputs.appcenter-ios-token }}
run: |
appcenter crashes upload-symbols -a kspearrin/bitwarden -s "./bitwarden-export/dSYMs" --token $APPCENTER_IOS_TOKEN
run: appcenter crashes upload-symbols -a kspearrin/bitwarden -s "./bitwarden-export/dSYMs" --token $APPCENTER_IOS_TOKEN
shell: bash
- name: Deploy to App Store