mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Updates the workflow to build from this branch
This commit is contained in:
27
.github/workflows/build-desktop.yml
vendored
27
.github/workflows/build-desktop.yml
vendored
@@ -1,23 +1,24 @@
|
||||
name: Build Desktop
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
- 'cf-pages'
|
||||
paths:
|
||||
- 'apps/desktop/**'
|
||||
- 'libs/**'
|
||||
- '*'
|
||||
- '!*.md'
|
||||
- '!*.txt'
|
||||
- '.github/workflows/build-desktop.yml'
|
||||
# pull_request:
|
||||
# types: [opened, synchronize]
|
||||
# branches-ignore:
|
||||
# - 'l10n_master'
|
||||
# - 'cf-pages'
|
||||
# paths:
|
||||
# - 'apps/desktop/**'
|
||||
# - 'libs/**'
|
||||
# - '*'
|
||||
# - '!*.md'
|
||||
# - '!*.txt'
|
||||
# - '.github/workflows/build-desktop.yml'
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'rc'
|
||||
- 'hotfix-rc-desktop'
|
||||
- 'nathan/fix-autofill-signing'
|
||||
paths:
|
||||
- 'apps/desktop/**'
|
||||
- 'libs/**'
|
||||
@@ -1419,7 +1420,7 @@ jobs:
|
||||
env:
|
||||
APP_STORE_CONNECT_TEAM_ISSUER: ${{ secrets.APP_STORE_CONNECT_TEAM_ISSUER }}
|
||||
APP_STORE_CONNECT_AUTH_KEY_PATH: ~/private_keys/AuthKey_6TV9MKN3GP.p8
|
||||
run: npm run pack:mac:masdev
|
||||
run: npm run pack:mac:masdev:with-extension
|
||||
|
||||
- name: Zip masdev asset
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user