Skip to content

Restrict launchpad workflow to standard branch#647

Merged
oblomov-dev merged 1 commit into
standardfrom
claude/launchpad-action-standard-sypxfl
Jul 10, 2026
Merged

Restrict launchpad workflow to standard branch#647
oblomov-dev merged 1 commit into
standardfrom
claude/launchpad-action-standard-sypxfl

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

Summary

Restrict the launchpad GitHub Actions workflow to only run on the standard branch by adding a conditional check.

Changes

  • Added if: github.ref == 'refs/heads/standard' condition to the launchpad job to prevent it from executing on other branches

Details

This ensures that launchpad generation only occurs on the designated standard branch, preventing unintended workflow executions on feature branches or other development branches.

https://claude.ai/code/session_01GRWA9rVwamfif1syS1zmqw

Add a job-level guard so the launchpad workflow only executes when
dispatched on the standard branch; on any other branch the job is
skipped.
@oblomov-dev oblomov-dev merged commit 015b28f into standard Jul 10, 2026
6 checks passed
@oblomov-dev oblomov-dev deleted the claude/launchpad-action-standard-sypxfl branch July 10, 2026 13:43
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