Skip to content

Commit

Permalink
update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
apulverizer committed Sep 8, 2019
1 parent d844f03 commit 0765030
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: build
name: Build

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Deploy to PyPi and Docker Hub

on:
release:
Expand Down

0 comments on commit 0765030

Please sign in to comment.