Skip to content

Commit

Permalink
name our release jobs a bit more clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Aug 21, 2023
1 parent 5ccfc4e commit de0ab03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish snapshot of master branch
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish tagged release
on:
push:
tags:
Expand Down

0 comments on commit de0ab03

Please sign in to comment.