diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 8115b8055..c92cfc2ca 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -2,26 +2,7 @@ name: Build CCExtractor on Linux on: push: - paths: - - '.github/workflows/build_linux.yml' - - '**.c' - - '**.h' - - '**Makefile**' - - 'linux/**' - - 'package_creators/**' - - 'src/rust/**' - tags-ignore: # ignore push via new tag - - '*.*' pull_request: - types: [opened, synchronize, reopened] - paths: - - '.github/workflows/build_linux.yml' - - '**.c' - - '**.h' - - '**Makefile**' - - 'linux/**' - - 'package_creators/**' - - 'src/rust/**' jobs: build_shell: runs-on: ubuntu-latest diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 07b4942d9..ff0bd4757 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -2,20 +2,7 @@ name: Build CCExtractor on Windows on: push: - paths: - - ".github/workflows/build_windows.yml" - - "**.c" - - "**.h" - - "windows/**" - tags-ignore: # ignore push via new tag - - "*.*" pull_request: - types: [opened, synchronize, reopened] - paths: - - ".github/workflows/build_windows.yml" - - "**.c" - - "**.h" - - "windows/**" jobs: build_non_ocr_release: