Skip to content

Commit

Permalink
rename the github actions workflows to be url-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
joemin committed Nov 2, 2020
1 parent 97da80b commit 6755019
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_and_test.yml
@@ -1,4 +1,4 @@
name: Python package
name: build_and_test

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_and_push.yml
@@ -1,4 +1,4 @@
name: Test and push release to PyPI
name: build_test_and_push

on:
release:
Expand Down

0 comments on commit 6755019

Please sign in to comment.