Skip to content

Commit

Permalink
Update workflow names.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Sep 13, 2023
1 parent 14ad64c commit 039a982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Compile
name: Publish
on:
workflow_dispatch:
workflow_run:
workflows:
- Test and lint
- Test
types:
- completed

Expand Down Expand Up @@ -31,3 +31,4 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and lint
name: Test
on: push
env:
NODE_ENV: development
Expand Down

0 comments on commit 039a982

Please sign in to comment.