1
0
Fork 0
Do not trigger rebuild on changes to README only
This commit is contained in:
Salvoxia 2024-04-20 22:04:56 +02:00
parent 057feb32bf
commit 940e543d21

View file

@ -2,6 +2,8 @@ name: build-image
on:
push:
paths-ignore:
- 'README.md'
branches:
- main
- dev