ccao-data / actions

GitHub Actions for CCAO Data projects
0 stars 0 forks source link

Add handling for manual dispatch of PR branches #11

Closed dfsnow closed 9 months ago

dfsnow commented 9 months ago

This PR adds code to enable manual dispatch to Batch for non-main branches. It let's use run workflows manually for PR branches, without being in the PR context where GITHUB_HEAD_REF is set. It basically copies the changes from: https://github.com/ccao-data/data-architecture/pull/223