Skip to content

Commit

Permalink
Rename Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 30, 2023
1 parent 5abc12f commit 869da15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: Deployment

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go build and test
name: "CI: Go build and test"

on:
push:
Expand Down

0 comments on commit 869da15

Please sign in to comment.