Fixed push pipeline
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- "development"
|
- "development"
|
||||||
- "main"
|
- "main"
|
||||||
|
- "hotfix/*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -63,7 +64,7 @@ jobs:
|
|||||||
git config --global user.email "actions@yannick-weigert.de"
|
git config --global user.email "actions@yannick-weigert.de"
|
||||||
git add lib test
|
git add lib test
|
||||||
git commit -m "Auto-format code [skip ci]"
|
git commit -m "Auto-format code [skip ci]"
|
||||||
git push origin HEAD:${{ gitea.head_ref }}
|
git push origin HEAD:${{ gitea.ref_name }}
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
fi
|
fi
|
||||||
@@ -98,4 +99,4 @@ jobs:
|
|||||||
git config --global user.email "actions@yannick-weigert.de"
|
git config --global user.email "actions@yannick-weigert.de"
|
||||||
git add pubspec.yaml
|
git add pubspec.yaml
|
||||||
git commit -m "Updated version number [skip ci]"
|
git commit -m "Updated version number [skip ci]"
|
||||||
git push origin HEAD:${{ gitea.head_ref }}
|
git push origin HEAD:${{ gitea.ref_name }}
|
||||||
Reference in New Issue
Block a user