1
0

+ ADD dev branch to build

This commit is contained in:
felegy
2025-08-21 14:36:40 +00:00
parent afe07ae420
commit e4236cff6b
2 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
on:
push:
branches: [ main ]
branches:
- main
- dev
jobs:
build-image-and-deploy:
runs-on: ubuntu-latest
@@ -10,6 +12,6 @@ jobs:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: https://git.saito.systems/felegy/test-php.git
GIT_USERNAME: felegy
REMOTE: ${{ secrets.DEPLOY_REPO_URL }}
GIT_USERNAME: ${{ secrets.DEPLOY_REPO_USERNAME }}
GIT_PASSWORD: ${{ secrets.DEPLOY_REPO_TOKEN }}