mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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:
|
||||
push:
|
||||
branches:
|
||||
- ci
|
||||
- stable
|
||||
|
||||
permissions:
|
||||
|
|
1
.github/workflows/javascript.yml
vendored
1
.github/workflows/javascript.yml
vendored
|
@ -3,7 +3,6 @@ name: javascript
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- ci
|
||||
- stable
|
||||
|
||||
permissions:
|
||||
|
|
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -8,7 +8,6 @@ name: python
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- ci
|
||||
- stable
|
||||
|
||||
permissions:
|
||||
|
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -3,7 +3,6 @@ name: rust
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- ci
|
||||
- stable
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue