1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00: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
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'