2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Ignore changes to Dockerfile on mac

This commit is contained in:
Ilya Fedin
2021-10-21 16:17:07 +04:00
committed by John Preston
parent 9dfa29ff0f
commit 3dacbc6bf6

View File

@@ -13,6 +13,7 @@ on:
- '!.github/workflows/mac.yml' - '!.github/workflows/mac.yml'
- 'lib/xdg/**' - 'lib/xdg/**'
- 'snap/**' - 'snap/**'
- 'Telegram/build/docker/**'
- 'Telegram/Resources/uwp/**' - 'Telegram/Resources/uwp/**'
- 'Telegram/Resources/winrc/**' - 'Telegram/Resources/winrc/**'
- 'Telegram/SourceFiles/platform/win/**' - 'Telegram/SourceFiles/platform/win/**'
@@ -30,6 +31,7 @@ on:
- '!.github/workflows/mac.yml' - '!.github/workflows/mac.yml'
- 'lib/xdg/**' - 'lib/xdg/**'
- 'snap/**' - 'snap/**'
- 'Telegram/build/docker/**'
- 'Telegram/Resources/uwp/**' - 'Telegram/Resources/uwp/**'
- 'Telegram/Resources/winrc/**' - 'Telegram/Resources/winrc/**'
- 'Telegram/SourceFiles/platform/win/**' - 'Telegram/SourceFiles/platform/win/**'