Skip to content

Commit

Permalink
Remove master.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 11, 2023
1 parent a9d341d commit 0cc0c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
outputs:
publish:
${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ||
contains(github.ref, 'develop-') || github.ref_name == 'master' }}
contains(github.ref, 'develop-') }}
nightly: ${{ steps.plan-step.outputs.nightly }}
npm-channel: ${{ steps.plan-step.outputs.npm-channel }}
steps:
Expand Down

0 comments on commit 0cc0c27

Please sign in to comment.