Fix ignoring prepare.py changes in Windows action
This commit is contained in:
parent
1277b5351c
commit
1ab053976b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
|
@ -15,6 +15,7 @@ on:
|
||||||
- 'lib/xdg/**'
|
- 'lib/xdg/**'
|
||||||
- 'snap/**'
|
- 'snap/**'
|
||||||
- 'Telegram/build/**'
|
- 'Telegram/build/**'
|
||||||
|
- '!Telegram/build/prepare.py'
|
||||||
- 'Telegram/Resources/uwp/**'
|
- 'Telegram/Resources/uwp/**'
|
||||||
- 'Telegram/SourceFiles/platform/linux/**'
|
- 'Telegram/SourceFiles/platform/linux/**'
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
- 'Telegram/SourceFiles/platform/mac/**'
|
||||||
|
|
@ -35,6 +36,7 @@ on:
|
||||||
- 'lib/xdg/**'
|
- 'lib/xdg/**'
|
||||||
- 'snap/**'
|
- 'snap/**'
|
||||||
- 'Telegram/build/**'
|
- 'Telegram/build/**'
|
||||||
|
- '!Telegram/build/prepare.py'
|
||||||
- 'Telegram/Resources/uwp/**'
|
- 'Telegram/Resources/uwp/**'
|
||||||
- 'Telegram/SourceFiles/platform/linux/**'
|
- 'Telegram/SourceFiles/platform/linux/**'
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
- 'Telegram/SourceFiles/platform/mac/**'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue