github.head_ref only exists in pull requests

This commit is contained in:
Matt Pryor 2023-06-27 14:30:05 +01:00
parent 2ca3803477
commit b3b282caaa

View File

@ -5,7 +5,7 @@ on:
- main
concurrency:
group: ${{ github.head_ref }}
group: main
cancel-in-progress: true
jobs: