Skip to content

fix(ci): prevent dev-build from running on PRs and fix YAML syntax#224

Merged
d0ugal merged 2 commits intomainfrom
fix/ci-dev-build-pr-exclusion
Nov 20, 2025
Merged

fix(ci): prevent dev-build from running on PRs and fix YAML syntax#224
d0ugal merged 2 commits intomainfrom
fix/ci-dev-build-pr-exclusion

Conversation

@d0ugal
Copy link
Copy Markdown
Owner

@d0ugal d0ugal commented Nov 20, 2025

Changes

  • Fixed YAML syntax errors (indentation issues with ref/sha in checkout steps)
  • Added explicit PR exclusion to dev-build job: github.event_name == 'push'
  • Fixed bracket spacing in branches array
  • Standardized Codecov parameter to use files:

Issues Fixed

  • CI was running dev-build on PRs (should only run on push to main)
  • YAML syntax errors that could prevent workflows from running correctly

Testing

  • YAML linting passes
  • Workflow syntax validated

@d0ugal d0ugal enabled auto-merge (rebase) November 20, 2025 20:04
@d0ugal d0ugal merged commit 83ce40f into main Nov 20, 2025
8 checks passed
@d0ugal d0ugal deleted the fix/ci-dev-build-pr-exclusion branch November 20, 2025 20:16
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.

1 participant