Browse Source

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

pull/2722/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
55bc4a39a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/build-browser.yml
  2. 7
      .github/workflows/build-desktop.yml

7
.github/workflows/build-browser.yml

@ -2,6 +2,13 @@ @@ -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

@ -2,6 +2,13 @@ @@ -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…
Cancel
Save