Files
git-events/.gitea/workflows/pull_request.yaml
Jon 3a1bf95099
All checks were successful
Pull Requests / ci-test (pull_request) Successful in 2s
chore: add test to confirm only gitea workflows run on gitea if github dir also exists
ref: #4 #1
2025-07-02 00:49:17 +09:30

18 lines
166 B
YAML

---
name: Pull Requests
on:
pull_request: {}
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo "gitea";