This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git
The following commit(s) were added to refs/heads/trunk by this push: new 722707e3 Change master to trunk in github workflow 722707e3 is described below commit 722707e3df954a43c5aa708de8569fff38f1d5a7 Author: João Reis <joaor...@apache.org> AuthorDate: Thu Jul 3 15:26:27 2025 +0100 Change master to trunk in github workflow The driver donation resulted in a change of the main branch name but this change wasn't made in the github workflow. This patch fixes that. Patch by João Reis; reviewed by James Hartig for CASSGO-85 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9ae88a8..9bc7a39c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Build on: push: branches: - - master + - trunk pull_request: types: [ opened, synchronize, reopened ] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org