Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/itsHenry35/ledu
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Jul 12, 2023
2 parents e82e822 + 32ea7e7 commit 3dfa383
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
paths-ignore:
- 'CHANGELOG.md'
pull_request:
branches: [ "main" ]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

name: Build

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
release:
types: [published]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.0](https://github.com/itsHenry35/ledu/compare/v1.2.2...v1.3.0) (2023-07-04)


### Features

* ask the user whether to open error reporting website ([5895af6](https://github.com/itsHenry35/ledu/commit/5895af6d4bba750341fa5ca8f4199abccda6347b))
* support multi course downloading and custom download path ([70ba0b1](https://github.com/itsHenry35/ledu/commit/70ba0b1bc98156c26094c356515c23d9513b73c1))

## [1.2.2](https://github.com/itsHenry35/ledu/compare/v1.2.1...v1.2.2) (2023-06-27)


Expand Down

0 comments on commit 3dfa383

Please sign in to comment.