Merge prepare: revert some action excludes
This commit is contained in:
parent
08b2e64dfa
commit
642505f106
4 changed files with 0 additions and 122 deletions
30
.github/workflows/linux.yml
vendored
30
.github/workflows/linux.yml
vendored
|
|
@ -5,42 +5,12 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/linux.yml'
|
|
||||||
- 'snap/**'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/Resources/winrc/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/win/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
|
||||||
- 'Telegram/Telegram/**'
|
|
||||||
- 'Telegram/configure.bat'
|
|
||||||
- 'Telegram/Telegram.plist'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/linux.yml'
|
|
||||||
- 'snap/**'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/Resources/winrc/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/win/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
|
||||||
- 'Telegram/Telegram/**'
|
|
||||||
- 'Telegram/configure.bat'
|
|
||||||
- 'Telegram/Telegram.plist'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
||||||
28
.github/workflows/mac.yml
vendored
28
.github/workflows/mac.yml
vendored
|
|
@ -5,40 +5,12 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/mac.yml'
|
|
||||||
- 'lib/xdg/**'
|
|
||||||
- 'snap/**'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/Resources/winrc/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/win/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/linux/**'
|
|
||||||
- 'Telegram/configure.bat'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/mac.yml'
|
|
||||||
- 'lib/xdg/**'
|
|
||||||
- 'snap/**'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/Resources/winrc/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/win/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/linux/**'
|
|
||||||
- 'Telegram/configure.bat'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
||||||
30
.github/workflows/snap.yml
vendored
30
.github/workflows/snap.yml
vendored
|
|
@ -5,42 +5,12 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/snap.yml'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- '!Telegram/Patches/ffmpeg.diff'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/Resources/winrc/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/win/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
|
||||||
- 'Telegram/Telegram/**'
|
|
||||||
- 'Telegram/configure.bat'
|
|
||||||
- 'Telegram/Telegram.plist'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/snap.yml'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- '!Telegram/Patches/ffmpeg.diff'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/Resources/winrc/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/win/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
|
||||||
- 'Telegram/Telegram/**'
|
|
||||||
- 'Telegram/configure.bat'
|
|
||||||
- 'Telegram/Telegram.plist'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
||||||
34
.github/workflows/win.yml
vendored
34
.github/workflows/win.yml
vendored
|
|
@ -5,46 +5,12 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/win.yml'
|
|
||||||
- 'lib/xdg/**'
|
|
||||||
- 'snap/**'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- '!Telegram/Patches/build_ffmpeg_win.sh'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/linux/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
|
||||||
- 'Telegram/Telegram/**'
|
|
||||||
- 'Telegram/configure.sh'
|
|
||||||
- 'Telegram/Telegram.plist'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'changelog.txt'
|
|
||||||
- 'kotatogram_changes.txt'
|
- 'kotatogram_changes.txt'
|
||||||
- 'LEGAL'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/win.yml'
|
|
||||||
- 'lib/xdg/**'
|
|
||||||
- 'snap/**'
|
|
||||||
- 'Telegram/build/**'
|
|
||||||
- 'Telegram/Patches/**'
|
|
||||||
- '!Telegram/Patches/build_ffmpeg_win.sh'
|
|
||||||
- 'Telegram/Resources/uwp/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/linux/**'
|
|
||||||
- 'Telegram/SourceFiles/platform/mac/**'
|
|
||||||
- '!Telegram/Patches/breakpad.diff'
|
|
||||||
- 'Telegram/Telegram/**'
|
|
||||||
- 'Telegram/configure.sh'
|
|
||||||
- 'Telegram/Telegram.plist'
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue