Skip to content

Commit

Permalink
[native] Enable linux build on master after PR merge
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
czentgr committed Jan 21, 2025
1 parent ef03de0 commit 551b2a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prestocpp-linux-build-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 551b2a9

Please sign in to comment.