Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jan 13, 2025
1 parent 57d3354 commit 0edfc60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ on:
push:
branches:
- '*'
- '!release'

name: format
name: "Format Code"

jobs:
format:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+.*"
create:
tags:
- "v[0-9]+.[0-9]+.[0-9]+.*"

jobs:
version-info:
Expand Down

0 comments on commit 0edfc60

Please sign in to comment.