diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-03-11 09:11:16 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-03-11 09:11:16 +0100 |
commit | e6927ba0d3bc5eeca72dfc106802422f9c29e886 (patch) | |
tree | 06581e8aa2a0451c46ca071bfa08e35f335a3174 /.github/workflows/builds.yml | |
parent | 62bc0a0c2fc851a1e167b8d8da7c280f5e525921 (diff) |
Make PR Continuous Integration work
Diffstat (limited to '.github/workflows/builds.yml')
-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 |