Fallback to ref (#43)

This commit is contained in:
Seth Vargo 2021-11-09 16:08:31 -05:00 committed by GitHub
parent d5ed5bab89
commit f014f2369a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
- 'main'
concurrency:
group: '${{ github.head_ref || github.base_ref }}'
group: '${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs: