From 8c0b815bc1fb6b4f2ef330a3dbec421353be0bf3 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 6 Oct 2021 08:19:33 +0200 Subject: [PATCH] Ignore changes to osx or freebsd --- .github/workflows/continuous-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index d90f2b7..91392c0 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -4,6 +4,8 @@ on: push: paths: - 'src/**' + - '!src/osx/**' + - '!src/freebsd/**' - 'include/**' - 'Makefile' - '.github/workflows/continuous-build.yml' @@ -114,4 +116,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: btop-sparc64 - path: 'multiarch_bin/btop-sparc64*' \ No newline at end of file + path: 'multiarch_bin/btop-sparc64*'