mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: only run stable workflows on stable branch
for now
This commit is contained in:
parent
ebdcc98113
commit
3973aace83
4 changed files with 0 additions and 4 deletions
1
.github/workflows/java.yml
vendored
1
.github/workflows/java.yml
vendored
|
@ -3,7 +3,6 @@ name: java
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ci
|
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
1
.github/workflows/javascript.yml
vendored
1
.github/workflows/javascript.yml
vendored
|
@ -3,7 +3,6 @@ name: javascript
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ci
|
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -8,7 +8,6 @@ name: python
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ci
|
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -3,7 +3,6 @@ name: rust
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ci
|
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue