We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e131bd commit c499277Copy full SHA for c499277
.github/workflows/build_workflow.yml
@@ -1,6 +1,7 @@
1
name: Build workflow
2
run-name: Build workflow
3
on:
4
+ pull_request:
5
push:
6
branches-ignore:
7
- 'master'
@@ -32,7 +33,7 @@ jobs:
32
33
exit 1
34
fi
35
VERSION=$(echo $BRANCH | sed -e 's/.*perl-\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/')
-
36
+ VERSION=5.26.2
37
echo "VERSION=$VERSION" | tee -a $GITHUB_ENV
38
git config --global user.email "[email protected]"
39
git config --global user.name "ci bot"
0 commit comments