Change push event branches (#2723)
This commit is contained in:
parent
7975e47b20
commit
c6a1ea3c59
|
@ -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'
|
||||
|
|
|
@ -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