Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed Oct 30, 2022
1 parent a5e8be5 commit 6e07df0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Release Linux App

on:
push:
branches: [releases]
pull_request:
branches:
- master
types: [closed]
workflow_dispatch
# push:
# branches: [releases]
# pull_request:
# branches:
# - master
# types: [closed]

env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/release-mac.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Release Mac App

on:
push:
branches: [releases]
pull_request:
branches:
- master
types: [closed]
workflow_dispatch

# push:
# branches: [releases]
# pull_request:
# branches:
# - master
# types: [closed]

env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Release Windows App

on:
push:
branches: [releases]
pull_request:
branches:
- master
types: [closed]
workflow_dispatch
# push:
# branches: [releases]
# pull_request:
# branches:
# - master
# types: [closed]

env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down

0 comments on commit 6e07df0

Please sign in to comment.