Skip to content

Run CI on pull requests in addition to master pushes#17

Merged
danielflower merged 1 commit into
masterfrom
copilot/configure-ci-for-pull-requests
Apr 4, 2026
Merged

Run CI on pull requests in addition to master pushes#17
danielflower merged 1 commit into
masterfrom
copilot/configure-ci-for-pull-requests

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

CI was triggering on all branch pushes but not on pull requests. Scope it to master-only pushes and add pull_request trigger.

Changes

  • .github/workflows/ci.yaml: Replace on: [push] with explicit push (master only) + pull_request triggers
on:
  push:
    branches:
      - master
  pull_request:

@danielflower danielflower marked this pull request as ready for review April 4, 2026 05:19
@danielflower danielflower merged commit 69b6c77 into master Apr 4, 2026
0 of 2 checks passed
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.

2 participants