Skip to content

Commit

Permalink
More updates (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
melchor629 authored Jan 26, 2024
1 parent 93aadf8 commit 88a61d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: docker
on:
push:
branches: ['master']
tags: ['v**']
pull_request:
branches: ['master']
# Allows you to run this workflow manually from the Actions tab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
go build -o ${EXEC_NAME} -v
- name: Upload to release
uses: svenstaro/upload-release-action@2
uses: svenstaro/upload-release-action@2.7.0
with:
file: '${EXEC_NAME}'

0 comments on commit 88a61d1

Please sign in to comment.