diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-03-11 21:46:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 21:46:50 +0100 |
commit | 090c999ca4484eb845433464e18182fcd5bd862c (patch) | |
tree | e1bab2ce70982f75d3d787f39a28a92b571d5476 | |
parent | 48867142aa9ae286ff61bf3c2da4e51af0680025 (diff) | |
parent | e6927ba0d3bc5eeca72dfc106802422f9c29e886 (diff) |
Merge pull request #61 from Spartan322/fix/pr-ci
-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 |