From 899831e4caaad7c9310ea71f5ea47e9bef7d0597 Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Sun, 6 Nov 2022 03:07:40 +0100 Subject: [PATCH] Add actions run for pull requests (macos) [skip actions] --- .github/workflows/continuous-build-macos.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index d9efad4..3c322a4 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -12,7 +12,17 @@ on: - '!src/freebsd/**' - 'include/**' - 'Makefile' - - '.github/workflows/*' + - '.github/workflows/continuous-build-macos.yml' + pull_request: + branches: + - main + paths: + - 'src/**' + - '!src/linux/**' + - '!src/freebsd/**' + - 'include/**' + - 'Makefile' + - '.github/workflows/continuous-build-macos.yml' jobs: build-macos11: