This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LBP
/
OliveTin
miroir de
https://github.com/OliveTin/OliveTin.git
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
chore: Don't run release pipeline on PR branches (
#665
)
James Read
il y a 8 mois
Parent
02e2ac1676
c89579840b
commit
2a764acde6
1 fichiers modifiés
avec
2 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
2
1
.github/workflows/build-and-release.yml
+ 2
- 1
.github/workflows/build-and-release.yml
Voir le fichier
@@ -8,7 +8,8 @@ on:
tags:
- '*'
branches:
- - '*'
+ - main
+ - next
jobs:
build: