Skip to content

Invoke CI only on main branch#15

Merged
samansmink merged 1 commit into
duckdb:mainfrom
yutannihilation:ci/run-only-on-main
Oct 7, 2025
Merged

Invoke CI only on main branch#15
samansmink merged 1 commit into
duckdb:mainfrom
yutannihilation:ci/run-only-on-main

Conversation

@yutannihilation

Copy link
Copy Markdown
Contributor

See duckdb/extension-template-rs#23 for more context.

Briefly, the current setting is not suitable for doing a pull request based development on a single repository; when a developer pushes a commit to a pull request, it doubly invokes the CI both for push event and pull_request event. This change fixes it by limiting the push event to the main branch.

@samansmink samansmink merged commit 5869bf8 into duckdb:main Oct 7, 2025
11 checks passed
@yutannihilation yutannihilation deleted the ci/run-only-on-main branch October 8, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants