Add 'pull_request' event to Build workflows (#2721)

This commit is contained in:
Vince Grassia 2022-05-24 10:26:09 -04:00 committed by GitHub
parent 60b39bc211
commit 55bc4a39a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -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'

View File

@ -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'