Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masahide committed Jan 1, 2020
1 parent 8e2b11a commit 2572286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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,9 +1,9 @@
name: Go
name: golang build
on: [push]
jobs:

build:
name: Build
name: Testing the build
runs-on: ubuntu-latest
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on: release
name: build
name: Build release package
jobs:
linux-amd64:
name: linux-amd64
Expand Down

0 comments on commit 2572286

Please sign in to comment.