Ayuriel 1a2a29aaf2
Some checks failed
Docker Build and Deploy / build-and-push (push) Successful in 1m9s
Docker Build and Deploy / deploy (push) Failing after 8s
feat: 배포 구성
2025-03-31 12:35:54 +09:00

14 lines
308 B
YAML

# This is a GitHub workflow file (NOT USED)
# For Gitea Actions, see .gitea/workflows/build.yaml
name: GitHub CI (INFO ONLY)
on:
push:
branches: [ master ]
jobs:
info:
runs-on: ubuntu-latest
steps:
- name: Info
run: echo "Actual CI configuration is in .gitea/workflows/build.yaml"