diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/x86-64.yml (renamed from .github/workflows/build-and-test.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/x86-64.yml index d9d8f9f4..751133ff 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/x86-64.yml @@ -1,4 +1,4 @@ -name: Build and Test +name: x86-64 on: [ push, pull_request ] |