Skip to content

Commit

Permalink
chore: Rename workflow and job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed Mar 5, 2021
1 parent 195de11 commit 77d6c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: publish
name: Publish package

on:
push:
branches: [main]

jobs:
install-and-publish:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 77d6c66

Please sign in to comment.