Skip to content

Conversation

@neSpecc
Copy link
Member

@neSpecc neSpecc commented Feb 8, 2026

Rename .github/workflows/main.yml from 'CI' to 'Lint Test Build' and ignore pushes to main for that workflow. Update .github/workflows/publish.yml to run on push to main instead of relying on a workflow_run from CI, remove the workflow_run-specific checkout ref, keep full fetch (fetch-depth: 0), and make the paths-filter base robust by using ${{ github.event.before || 'HEAD^' }}. These changes decouple publishing from workflow_run events and ensure changed-package detection works on direct pushes.

Rename .github/workflows/main.yml from 'CI' to 'Lint Test Build' and ignore pushes to main for that workflow. Update .github/workflows/publish.yml to run on push to main instead of relying on a workflow_run from CI, remove the workflow_run-specific checkout ref, keep full fetch (fetch-depth: 0), and make the paths-filter base robust by using ${{ github.event.before || 'HEAD^' }}. These changes decouple publishing from workflow_run events and ensure changed-package detection works on direct pushes.
@neSpecc neSpecc merged commit 5b260d1 into main Feb 8, 2026
1 check passed
@neSpecc neSpecc deleted the ci3 branch February 8, 2026 12:25
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