fix: update workflow references to .github/ and gitignore xcuserstate
All checks were successful
CI / Detect Changes (push) Successful in 3s
CI / Admin Web CI (push) Has been skipped
CI / YouTube Worker (push) Has been skipped
CI / Deploy (push) Has been skipped

Update AGENTS.md and docs/ci-cd-setup.md from .gitea/workflows to .github/workflows

Add *.xcuserstate to .gitignore

Remove tracked UserInterfaceState.xcuserstate from git (preserve on disk)
This commit is contained in:
Millian Lamiaux
2026-07-04 16:46:09 +02:00
parent a309b2b593
commit 560b056dc9
4 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View File

@@ -66,4 +66,7 @@ DerivedData/
# XcodeGen generated — NOT in version control
TabataGo.xcodeproj
build/
build/
# Xcode user state
*.xcuserstate

View File

@@ -149,7 +149,7 @@ Complications : `TabataGoComplication`.
## 5. CI/CD
### Workflow : `.gitea/workflows/pr-iphone-deploy.yml`
### Workflow : `.github/workflows/pr-iphone-deploy.yml`
**Trigger** : PR ouverte/synchronize/reopened sur `main`.
**Runner** : label `macos` (auto-hébergé).

View File

@@ -66,7 +66,7 @@ The workflow uses **automatic code signing**. Ensure:
## 4. Workflow Overview
The workflow at `.gitea/workflows/pr-iphone-deploy.yml` triggers on PRs to `main`:
The workflow at `.github/workflows/pr-iphone-deploy.yml` triggers on PRs to `main`:
```
PR Opened / Updated