Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
ci: add public path to ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Jul 20, 2020
1 parent 282e761 commit 2a08aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_at_home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'src/**'
- '.github/workflows/main.yml'
- 'public/**'

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'src/**'
- '.github/workflows/main.yml'
- 'public/**'

jobs:
build:
Expand Down Expand Up @@ -32,10 +33,7 @@ jobs:
run: npm install
- name: npm build
run: npm run build
- name: npm test
run: npm test
env:
CI: true


# Build electron app package installers
- name: package electron - windows
Expand Down

0 comments on commit 2a08aa5

Please sign in to comment.