mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01: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:
parent
4722d2f632
commit
31a3ec963b
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user