This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
c
/
odin-lang.Odin
miroir de
https://github.com/odin-lang/Odin
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Testing
Mikkel Hjortshoej
il y a 5 ans
Parent
d0cee15317
commit
a55975bd5a
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
.github/workflows/nightly.yml
+ 1
- 0
.github/workflows/nightly.yml
Voir le fichier
@@ -3,6 +3,7 @@ name: Nightly
on:
schedule:
- cron: 0 20 * * *
+ push:
jobs:
build_windows: