Skip to content

Commit

Permalink
👷 Improve worflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemartin committed May 16, 2022
1 parent 2e1fc59 commit e36a829
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Go build and test

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: Make release on tag

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tag-on-version-change.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Create version tag on code change

on:
push:
branches: [main]

name: Create Git Tag
jobs:
versioner:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e36a829

Please sign in to comment.