Skip to content

Commit

Permalink
ci: release on tag not with branch stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Nov 17, 2024
1 parent 5f1d5e4 commit 5b6b522
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: java

on:
push:
branches:
- stable
tags:
- 'v*.*.*'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: javascript

on:
push:
branches:
- stable
tags:
- 'v*.*.*'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: lua

on:
push:
branches:
- stable
tags:
- 'v*.*.*'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: python

on:
push:
branches:
- stable
tags:
- 'v*.*.*'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: rust

on:
push:
branches:
- stable
tags:
- 'v*.*.*'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 5b6b522

Please sign in to comment.