ci: only run stable workflows on stable branch

for now
This commit is contained in:
əlemi 2024-09-10 02:06:23 +02:00
parent ebdcc98113
commit 3973aace83
Signed by: alemi
GPG key ID: A4895B84D311642C
4 changed files with 0 additions and 4 deletions

View file

@ -3,7 +3,6 @@ name: java
on: on:
push: push:
branches: branches:
- ci
- stable - stable
permissions: permissions:

View file

@ -3,7 +3,6 @@ name: javascript
on: on:
push: push:
branches: branches:
- ci
- stable - stable
permissions: permissions:

View file

@ -8,7 +8,6 @@ name: python
on: on:
push: push:
branches: branches:
- ci
- stable - stable
permissions: permissions:

View file

@ -3,7 +3,6 @@ name: rust
on: on:
push: push:
branches: branches:
- ci
- stable - stable
env: env: