Ver Fonte

update workflows

Daniel Bohry há 9 meses atrás
pai
commit
29aac06459
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      .github/workflows/build.yml
  2. 2 2
      .github/workflows/buildAndRelease.yml

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

@@ -1,4 +1,4 @@
-name: Build, Test, and Docker Push
+name: Build
 
 
 on:
 on:
   pull_request:
   pull_request:

+ 2 - 2
.github/workflows/buildAndRelease.yml

@@ -1,11 +1,11 @@
-name: Build, Test, and Docker Push
+name: Build and Release
 
 
 on:
 on:
   push:
   push:
     branches: [ main ]
     branches: [ main ]
 
 
 jobs:
 jobs:
-  build:
+  build-and-release:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
 
 
     steps:
     steps: