Skip to content

Commit

Permalink
Refactor workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 17, 2021
1 parent 03f7f56 commit 0d8f2cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release workflow
name: Git release workflow
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Package
name: Node release workflow
on:
release:
types: [created]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main workflow
name: Node test workflow
on: [push, pull_request]
jobs:
run:
Expand All @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16.x

Expand Down

0 comments on commit 0d8f2cf

Please sign in to comment.