From 551b2a9ffb75f66fe4c0910fabf80cd26ac8201f Mon Sep 17 00:00:00 2001 From: Christian Zentgraf Date: Wed, 18 Dec 2024 14:45:40 -0500 Subject: [PATCH] [native] Enable linux build on master after PR merge The linux-build-and-unit-test CircleCI job also ran after the merge of a PR on the master branch. This change enables the same Github action workflow to perform the same task. This should also enable caching of master branch build artifacts which should help with the build times on first opening of a PR as the master branch cache should be used. --- .github/workflows/prestocpp-linux-build-and-unit-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/prestocpp-linux-build-and-unit-test.yml b/.github/workflows/prestocpp-linux-build-and-unit-test.yml index 691994e26aff..2744bbad5ab6 100644 --- a/.github/workflows/prestocpp-linux-build-and-unit-test.yml +++ b/.github/workflows/prestocpp-linux-build-and-unit-test.yml @@ -6,6 +6,11 @@ on: paths: - 'presto-native-execution/**' - '.github/workflows/prestocpp-linux-build-and-unit-test.yml' + push: + branches: + - master + paths-ignore: + - 'presto-docs/**' jobs: prestocpp-linux-build-for-test: