ci: release on tag not with branch stable

This commit is contained in:
əlemi 2024-11-17 14:33:57 +01:00
parent 5f1d5e4a35
commit 5b6b522bd1
Signed by: alemi
GPG key ID: A4895B84D311642C
5 changed files with 10 additions and 10 deletions

View file

@ -2,8 +2,8 @@ name: java
on: on:
push: push:
branches: tags:
- stable - 'v*.*.*'
permissions: permissions:
contents: read contents: read

View file

@ -2,8 +2,8 @@ name: javascript
on: on:
push: push:
branches: tags:
- stable - 'v*.*.*'
permissions: permissions:
contents: read contents: read

View file

@ -2,8 +2,8 @@ name: lua
on: on:
push: push:
branches: tags:
- stable - 'v*.*.*'
permissions: permissions:
contents: read contents: read

View file

@ -7,8 +7,8 @@ name: python
on: on:
push: push:
branches: tags:
- stable - 'v*.*.*'
permissions: permissions:
contents: read contents: read

View file

@ -2,8 +2,8 @@ name: rust
on: on:
push: push:
branches: tags:
- stable - 'v*.*.*'
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always