Skip to content

Commit

Permalink
fix: shipjs on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Feb 11, 2021
1 parent ec73896 commit b9ceae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: ci
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: main
ref: dev

- name: Setup Node environment 🤙
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
with:
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit b9ceae3

Please sign in to comment.