Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc520 committed Oct 21, 2024
1 parent 6b2b21e commit 1845c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ name: CI

on:
workflow_dispatch:
push:
branches:
- dev
# push:
# branches:
# - dev
pull_request:
branches:
- dev

jobs:
build:
runs-on: ${{ matrix.os }}

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Package Electron App
name: Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
release/*.tar.gz
release/*.rpm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 1845c10

Please sign in to comment.