mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Fix Windows action execution on SDK update
This commit is contained in:
4
.github/workflows/win.yml
vendored
4
.github/workflows/win.yml
vendored
@@ -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'
|
||||||
|
Reference in New Issue
Block a user