Skip to content

Commit

Permalink
fix: run rebuild-push-dist.yml on branch updatecli_v2_** (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Nov 29, 2024
1 parent ca36d9a commit 29b0d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebuild-push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- dependabot/npm_and_yarn/**
- updatecli_master_**
- updatecli_v2_**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Set Node.js 20.x
uses: actions/setup-node@v4.1.0
with:
node-version: 20
node-version: 20
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit 29b0d9c

Please sign in to comment.