Closed ericonr closed 6 months ago
Just a question regarding the tag: should we concern about events?
${{ github.event_name == 'push' && github.ref_name || github.head_ref }}
For now it's only intended to run for tags; we can add that conditional when it can run properly for PRs as well.
Just a question regarding the tag: should we concern about events?
${{ github.event_name == 'push' && github.ref_name || github.head_ref }}