This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ryan
/
ido-completing-read-plus
miroir de
https://github.com/DarwinAwardWinner/ido-completing-read-plus.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
Wiki
Parcourir la source
Add ChangeLog to paths-ignore in test.yml
Ryan C. Thompson
il y a 4 ans
Parent
3dbe308fc4
commit
3c48291433
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
Voir le fichier
@@ -4,9 +4,11 @@ on:
push:
paths-ignore:
- '**.md'
+ - 'ChangeLog'
pull_request:
paths-ignore:
- '**.md'
+ - 'ChangeLog'
jobs:
test: