-
Notifications
You must be signed in to change notification settings - Fork 196
GitHub Action Trigger Rules Build
Kaha Mason [SSW] edited this page Aug 15, 2025
·
2 revisions
This GitHub Action remotely triggers a build and deploy workflow (build-deploy-production.yml) in the SSW.Rules repository. It’s used to kick off production deployments of the Rules site whenever there are changes to the main branch.
-
On push to the
mainbranch -
Manually, using the "Run workflow" button in GitHub Actions
- Clones the target repository (
SSW.Rules) - Finds the latest
release/*branch - Generates a GitHub App token
- Triggers the build/deploy workflow in SSW.Rules
For additional troubleshooting, see SSW.Rules Pipeline Troubleshooting Guide
- How to Create Rules
- How to Edit Rules
- How to Rename Rules
- How to Add and Edit Categories and Top Categories
- How to Rename Categories
- Creating your Fork (One time setup)
- Merging Your Fork
- Updating your fork
- Using Markdown
- Editing MDX Components (in GitHub)