Skip to content

Commit

Permalink
chore: ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Jun 13, 2024
1 parent 911f698 commit 152034d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build Electron app

on:
- push
- pull_request
push:
tags-ignore:
- '**'
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
config: cliff.toml
args: -vv --latest --strip header
env:
OUTPUT: CHANGES.md
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}

- name: Commit changelog
Expand Down

0 comments on commit 152034d

Please sign in to comment.