Browse Source

Revert "Skip build for browser/desktop on importer changes (#5074)" (#6805)

This reverts commit a931f5b9bd.
pull/6810/head
Daniel James Smith 2 years ago committed by GitHub
parent
commit
8ff2e8950d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-browser.yml
  2. 2
      .github/workflows/build-desktop.yml

2
.github/workflows/build-browser.yml

@ -10,7 +10,6 @@ on: @@ -10,7 +10,6 @@ on:
- 'apps/browser/**'
- 'libs/**'
- '*'
- '!libs/importer'
- '!*.md'
- '!*.txt'
push:
@ -22,7 +21,6 @@ on: @@ -22,7 +21,6 @@ on:
- 'apps/browser/**'
- 'libs/**'
- '*'
- '!libs/importer'
- '!*.md'
- '!*.txt'
- '.github/workflows/build-browser.yml'

2
.github/workflows/build-desktop.yml

@ -10,7 +10,6 @@ on: @@ -10,7 +10,6 @@ on:
- 'apps/desktop/**'
- 'libs/**'
- '*'
- '!libs/importer'
- '!*.md'
- '!*.txt'
- '.github/workflows/build-desktop.yml'
@ -23,7 +22,6 @@ on: @@ -23,7 +22,6 @@ on:
- 'apps/desktop/**'
- 'libs/**'
- '*'
- '!libs/importer'
- '!*.md'
- '!*.txt'
- '.github/workflows/build-desktop.yml'

Loading…
Cancel
Save