microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
280 stars 115 forks source link

Schedule "Update AL-Go System Files" to run on multiple branches #1037

Open mazhelez opened 5 months ago

mazhelez commented 5 months ago

Issue: When scheduling "Update AL-Go System Files" workflow, it runs only on the default branch (GitHub Actions limitation).

This PR alters the workflow to be able to schedule "Update AL-Go System Files" to run on multiple branches. Manually dispatching the workflow isn't changed.

New setting updateALGoSystemFilesSettings is added to specify the input when running the workflow on a schedule.