This GitHub Actions workflow automates the process of building your project and updating the build files in the main branch. It's triggered on pushes to the main branch that affect files in the src/
directory, or manually via workflow dispatch.
- The workflow is triggered on:
- Push events to the
main
branch (only when files insrc/
are changed) - Manual trigger (workflow_dispatch)
- Push events to the