mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Add 'pull_request' event to Build workflows (#2721)
This commit is contained in:
parent
60b39bc211
commit
55bc4a39a4
7
.github/workflows/build-browser.yml
vendored
7
.github/workflows/build-browser.yml
vendored
@ -2,6 +2,13 @@
|
||||
name: Build Browser
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'apps/browser/**'
|
||||
- '.github/workflows/build-browser.yml'
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
|
7
.github/workflows/build-desktop.yml
vendored
7
.github/workflows/build-desktop.yml
vendored
@ -2,6 +2,13 @@
|
||||
name: Build Desktop
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'apps/desktop/**'
|
||||
- '.github/workflows/build-desktop.yml'
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
|
Loading…
Reference in New Issue
Block a user