1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +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/**' - 'apps/browser/**'
- '.github/workflows/build-browser.yml' - '.github/workflows/build-browser.yml'
push: push:
branches-ignore: branches:
- 'l10n_master' - 'master'
- 'gh-pages' - 'rc'
- 'hotfix-rc/**'
paths: paths:
- 'apps/browser/**' - 'apps/browser/**'
- '.github/workflows/build-browser.yml' - '.github/workflows/build-browser.yml'

View File

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