Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Add requirement for other workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbody committed Nov 4, 2019
1 parent c9b675f commit 580cb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deployment

needs: test
on:
push:
branch:
Expand All @@ -9,7 +9,6 @@ on:

jobs:
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multilinejavascriptconverter",
"version": "1.3.8",
"version": "1.3.9",
"description": "Turns multiline text into safe JavaScript variables",
"contributors": [
{
Expand Down

0 comments on commit 580cb70

Please sign in to comment.