Skip to content

Commit

Permalink
chore: Point release workflow to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
motform committed Feb 20, 2024
1 parent 653ae1f commit 022130a
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 022130a

Please sign in to comment.