Skip to content

Commit

Permalink
chore: Point release workflow to master branch (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
motform authored Feb 20, 2024
1 parent b43ae9f commit 85b099e
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 101 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-django-bananas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- master
paths:
- ".github/workflows/release-djedi-json.yml"
- "package.json"
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci --legacy-peer-deps
Expand Down
Loading

0 comments on commit 85b099e

Please sign in to comment.