Skip to content

Commit

Permalink
Update js-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melnalex committed Dec 28, 2023
1 parent 01d99ce commit 7395753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/js-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
push:
branches:
- master
- setver
paths:
- .github/workflows/js-build.yml
- easydata.js/**
Expand Down Expand Up @@ -80,7 +79,7 @@ jobs:
release_dev:
name: Development Release
needs: [ build_and_test ]
if: (github.ref_name == 'setver' || github.event.inputs.release_mode == 'dev') && needs.build_and_test.result == 'success'
if: github.event.inputs.release_mode == 'dev' && needs.build_and_test.result == 'success'
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 7395753

Please sign in to comment.