Skip to content

Commit

Permalink
Fix branch name definition
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-melnytskyi committed Dec 18, 2024
1 parent cf9a13b commit 3007b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extensions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch to build'
required: false
default: ${{ github.ref_name }}
default: ${{ github.ref }}
jobs:
build-base:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3007b14

Please sign in to comment.