ci: Only run for pushes to main/wip Fixes "internal" pull-requests leading to a duplicated workflow run.
1 files changed, 5 insertions(+), 2 deletions(-) M .github/workflows/ci.yml
M .github/workflows/ci.yml => .github/workflows/ci.yml +5 -2
@@ 1,8 1,11 @@ name: Continuous Integration on: - - push - - pull_request + push: + branches: + - main + - wip + pull_request: jobs: ci: