diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index bd8ca20..69ea324 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1,6 +1,6 @@ name: Builds -#on: [pull_request] +on: [pull_request] concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos |