diff --git a/.github/workflows/on-push-verification.yml b/.github/workflows/on-push-verification.yml index ee0e04d8..c6fb3462 100644 --- a/.github/workflows/on-push-verification.yml +++ b/.github/workflows/on-push-verification.yml @@ -25,7 +25,7 @@ on: jobs: verify_default_branch: - name: Verify for `master` branch + name: In-tree build # ref_name for 'on: push' # base_ref for 'on: pull_request' if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || (github.event_name == 'pull_request' && github.base_ref == 'master') }}