2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

Fix Windows action execution on SDK update

This commit is contained in:
Ilya Fedin
2025-08-15 09:17:18 +00:00
committed by John Preston
parent 1b104bcf29
commit b423dab152

View File

@@ -4,8 +4,8 @@ on:
push: push:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '!docs/building-win*.md'
- '**.md' - '**.md'
- '!docs/building-win*.md'
- 'changelog.txt' - 'changelog.txt'
- 'LEGAL' - 'LEGAL'
- 'LICENSE' - 'LICENSE'
@@ -23,8 +23,8 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '!docs/building-win*.md'
- '**.md' - '**.md'
- '!docs/building-win*.md'
- 'changelog.txt' - 'changelog.txt'
- 'LEGAL' - 'LEGAL'
- 'LICENSE' - 'LICENSE'