Skip to content

Commit

Permalink
ci: 👷 Rename workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 25, 2023
1 parent 9a4f761 commit 6faef0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test build on commit"
name: test
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish on new release"
name: publish
on:
push:
tags:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### Miscellaneous Tasks

- :construction_worker: Add cache to CI.
- :construction_worker: Rename workflows.

## [1.1.0] - 2023-11-25

### Features
Expand Down

0 comments on commit 6faef0e

Please sign in to comment.