mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 14:54:49 +01:00
ci: release on tag not with branch stable
This commit is contained in:
parent
5f1d5e4a35
commit
5b6b522bd1
5 changed files with 10 additions and 10 deletions
4
.github/workflows/java.yml
vendored
4
.github/workflows/java.yml
vendored
|
@ -2,8 +2,8 @@ name: java
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
4
.github/workflows/javascript.yml
vendored
4
.github/workflows/javascript.yml
vendored
|
@ -2,8 +2,8 @@ name: javascript
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
4
.github/workflows/lua.yml
vendored
4
.github/workflows/lua.yml
vendored
|
@ -2,8 +2,8 @@ name: lua
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
|
@ -7,8 +7,8 @@ name: python
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -2,8 +2,8 @@ name: rust
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue