Skip to content

Commit

Permalink
Replaced 'master' tag with ''(default branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored Apr 9, 2023
2 parents 1244a36 + 596a762 commit 55e9ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if [ "${{ github.event.client_payload }}" != "" ]; then
echo "matrix=[ '${{ github.event.client_payload.tag }}' ]" >> $GITHUB_OUTPUT;
else
echo "matrix=[ 'v0.16.2', 'master' ]" >> $GITHUB_OUTPUT;
echo "matrix=[ 'v0.16.2', '' ]" >> $GITHUB_OUTPUT;
fi
build-and-test:
needs: prepare
Expand Down

0 comments on commit 55e9ec7

Please sign in to comment.