mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-22 02:21:34 +01:00
Change push event branches (#2723)
This commit is contained in:
parent
7975e47b20
commit
c6a1ea3c59
7
.github/workflows/build-browser.yml
vendored
7
.github/workflows/build-browser.yml
vendored
@ -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'
|
||||
|
7
.github/workflows/build-desktop.yml
vendored
7
.github/workflows/build-desktop.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user