Ver código fonte

update workflows

Daniel Bohry 9 meses atrás
pai
commit
29aac06459

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

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

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

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