Skip to content

fix: trigger release workflow on push to master instead of tags - #67

Merged
feanil merged 1 commit into
openedx:masterfrom
farhan:fix/release-on-master-push
Jul 29, 2026
Merged

fix: trigger release workflow on push to master instead of tags#67
feanil merged 1 commit into
openedx:masterfrom
farhan:fix/release-on-master-push

Conversation

@farhan

@farhan farhan commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Change release.yml trigger from push: tags: '*' to push: branches: [master]

npx semantic-release decides internally whether to cut a new release based on commit history since the last tag. It should run on every push to master (i.e., every merged PR) — a tag-push trigger is never fired by the workflow itself, so the release job never ran.

Related: #66


🤖 Generated with Claude Code

semantic-release runs on every push to master and decides internally
whether to cut a new release based on commit history; a tag-push trigger
is never fired by the workflow itself.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@695a0a3). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff            @@
##             master     #67   +/-   ##
========================================
  Coverage          ?   0.00%           
========================================
  Files             ?       7           
  Lines             ?     331           
  Branches          ?       0           
========================================
  Hits              ?       0           
  Misses            ?     331           
  Partials          ?       0           
Flag Coverage Δ
unittests 0.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@feanil
feanil merged commit 7293e57 into openedx:master Jul 29, 2026
7 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