diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 49e0fab8e..8d84688e6 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -5,18 +5,52 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.txt' + - 'kotatogram_changes.txt' + - 'LEGAL' + - 'LICENSE' - '.github/**' - '!.github/workflows/appimage.yml' + - 'snap/**' + - 'Telegram/build/**' + - 'Telegram/Patches/**' + - '!Telegram/Patches/qtbase_5_12_8_appimage.diff' + - '!Telegram/Patches/qtwayland_5_12_8.diff' + - '!Telegram/Patches/qtstyleplugins.diff' + - '!Telegram/Patches/nimf.diff' + - '!Telegram/Patches/AppImageKit-checkrt.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: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.txt' + - 'kotatogram_changes.txt' + - 'LEGAL' + - 'LICENSE' - '.github/**' - '!.github/workflows/appimage.yml' + - 'snap/**' + - 'Telegram/build/**' + - 'Telegram/Patches/**' + - '!Telegram/Patches/qtbase_5_12_8_appimage.diff' + - '!Telegram/Patches/qtwayland_5_12_8.diff' + - '!Telegram/Patches/qtstyleplugins.diff' + - '!Telegram/Patches/nimf.diff' + - '!Telegram/Patches/AppImageKit-checkrt.diff' + - 'Telegram/Resources/uwp/**' + - 'Telegram/Resources/winrc/**' - 'Telegram/SourceFiles/platform/win/**' - 'Telegram/SourceFiles/platform/mac/**' + - 'Telegram/Telegram/**' + - 'Telegram/configure.bat' + - 'Telegram/Telegram.plist' jobs: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 76ef82ee6..32497bb80 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,18 +5,42 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index d192bb4ab..29429f16c 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -5,18 +5,40 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 797dce5db..1012031f5 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -5,18 +5,42 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index fa49a0612..32f7de52b 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -5,18 +5,45 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: paths-ignore: - 'docs/**' - '**.md' + - 'changelog.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: