Skip to content

Commit c499277

Browse files
set VERSION=5.26.2
1 parent 1e131bd commit c499277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build workflow
22
run-name: Build workflow
33
on:
4+
pull_request:
45
push:
56
branches-ignore:
67
- 'master'
@@ -32,7 +33,7 @@ jobs:
3233
exit 1
3334
fi
3435
VERSION=$(echo $BRANCH | sed -e 's/.*perl-\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/')
35-
36+
VERSION=5.26.2
3637
echo "VERSION=$VERSION" | tee -a $GITHUB_ENV
3738
git config --global user.email "[email protected]"
3839
git config --global user.name "ci bot"

0 commit comments

Comments
 (0)