main_go #8

Merged
go.unhi2 merged 15 commits from main_go into main 2025-08-22 22:29:27 +09:00
2 changed files with 21 additions and 14 deletions
Showing only changes of commit 3edbbff338 - Show all commits

View File

@ -0,0 +1,21 @@
name: Deploy previews (main_*)
on:
push:
branches:
- 'main_*'
workflow_dispatch:
concurrency:
group: deploy-${{ github.ref }}
cancel-in-progress: true
jobs:
preview:
runs-on: ["native"]
steps:
- uses: actions/checkout@v4
- name: Deploy preview for this branch
env:
BRANCH: ${{ github.ref_name }}
run: /usr/local/bin/deploy_krgm_branch.sh

View File

@ -1,14 +0,0 @@
name: Deploy krgm (auto)
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
deploy:
runs-on: [ "native" ]
steps:
- uses: actions/checkout@v4
- name: Deploy to server
run: /usr/local/bin/deploy_krgm.sh