Skip to content

Commit

Permalink
chore(ci): rename github workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Mar 25, 2024
1 parent b43770c commit 66965f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Build and Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Docker meta
id: meta
Expand Down

0 comments on commit 66965f6

Please sign in to comment.