Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: add staging to workflow (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Mar 7, 2020
1 parent 9262292 commit e217ef6
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Draft Artifacts
on:
push:
branches:
- "develop"
- "staging"

jobs:
build-linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "master"
- "staging"
- "develop"
pull_request:
types: [ready_for_review, synchronize, opened]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"del": "^5.0.0",
"devtron": "^1.4.0",
"electron": "^8.0.0",
"electron-builder": "22.3.2",
"electron-builder": "22.4.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"electron-notarize": "^0.2.1",
Expand Down
Loading

0 comments on commit e217ef6

Please sign in to comment.