Fix ignoring prepare.py changes in Windows action

This commit is contained in:
Eric Kotato 2021-12-16 23:52:47 +03:00
parent 1277b5351c
commit 1ab053976b

View file

@ -15,6 +15,7 @@ on:
- 'lib/xdg/**'
- 'snap/**'
- 'Telegram/build/**'
- '!Telegram/build/prepare.py'
- 'Telegram/Resources/uwp/**'
- 'Telegram/SourceFiles/platform/linux/**'
- 'Telegram/SourceFiles/platform/mac/**'
@ -35,6 +36,7 @@ on:
- 'lib/xdg/**'
- 'snap/**'
- 'Telegram/build/**'
- '!Telegram/build/prepare.py'
- 'Telegram/Resources/uwp/**'
- 'Telegram/SourceFiles/platform/linux/**'
- 'Telegram/SourceFiles/platform/mac/**'