1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-28 04:08:47 +02:00

Change push event branches (#2723)

This commit is contained in:
Vince Grassia 2022-05-25 09:17:52 -04:00 committed by GitHub
parent 7975e47b20
commit c6a1ea3c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -10,9 +10,10 @@ on:
- 'apps/browser/**'
- '.github/workflows/build-browser.yml'
push:
branches-ignore:
- 'l10n_master'
- 'gh-pages'
branches:
- 'master'
- 'rc'
- 'hotfix-rc/**'
paths:
- 'apps/browser/**'
- '.github/workflows/build-browser.yml'

View File

@ -10,9 +10,10 @@ on:
- 'apps/desktop/**'
- '.github/workflows/build-desktop.yml'
push:
branches-ignore:
- 'l10n_master'
- 'gh-pages'
branches:
- 'master'
- 'rc'
- 'hotfix-rc/**'
paths:
- 'apps/desktop/**'
- '.github/workflows/build-desktop.yml'