1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Updates the workflow to build from this branch

This commit is contained in:
Nathan Ansel
2025-02-04 14:56:59 -06:00
parent 7309c26f63
commit d1f349cc2b

View File

@@ -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: |