Browse Source

rename build_and_test GH workflow to 'Build & Test'

Andre Weissflog 3 years ago
parent
commit
14c6196889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -1,4 +1,4 @@
-name: build_and_test
+name: "Build & Test"
 
 on: [push, pull_request]