Skip to content

Conversation

@a5chin
Copy link
Owner

@a5chin a5chin commented Jan 10, 2026

User description

Removed push event triggers for gh-deploy workflow.

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement


Description

  • Removed push event triggers.

  • gh-deploy workflow now only activates on pull_request.


Diagram Walkthrough

flowchart LR
  PushEvent["Push Event"] -- "No longer triggers" --> GHDeployWorkflow["gh-deploy.yml Workflow"]
  PullRequestEvent["Pull Request Event"] -- "Still triggers" --> GHDeployWorkflow
Loading

File Walkthrough

Relevant files
Configuration changes
gh-deploy.yml
Removed `push` event triggers for `gh-deploy` workflow     

.github/workflows/gh-deploy.yml

  • Removed the entire push event trigger configuration block.
  • The workflow will no longer be activated by push events to the main
    branch.
  • The workflow now exclusively triggers on pull_request events, based on
    specified path changes.
+0/-12   

Removed push event triggers for gh-deploy workflow.
@a5chin a5chin self-assigned this Jan 10, 2026
@github-actions github-actions bot added the fix label Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants