diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 5699825..c511ab0 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -2,7 +2,7 @@ name: Build All Platforms on: push: - branches: [master] + branches: [master, cpp20-modernization] tags: ['v*'] pull_request: branches: [master]