Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Jul 25, 2022
1 parent cc594fe commit 7f34da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
push:
tags:
- "v*"
workflow_dispatch:
inputs:
name: CI
jobs:
release:
Release:
name: Release
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push, pull_request]
name: Test
jobs:
test:
Build:
strategy:
matrix:
go-version: [1.18.x]
Expand Down

0 comments on commit 7f34da0

Please sign in to comment.