test1
Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
xiabin 2025-02-11 11:00:33 +08:00
parent d33b313325
commit 1be2180012

View File

@ -1,14 +1,9 @@
name: Auth & User Management Service CI
on:
push:
branches: [main, dev]
paths:
- 'app/auth_service/**'
- 'app/user_management/**'
on: [push]
jobs:
build-and-run:
Explore-Gitea-Actions:
runs-on: runner
container:
image: golang:alpine