update workflows
All checks were successful
Go Action / goaction (pull_request) Successful in 33s

This commit is contained in:
2025-12-27 11:48:55 +03:00
parent d5250f2c4e
commit 7990d1b4ff
3 changed files with 33 additions and 3 deletions

View File

@@ -1,6 +1,16 @@
name: Go Action
on: [push, pull_request]
on:
push:
branches:
- master
paths:
- 'provider/etcd/**'
- '.gitea/workflows/etcd.yml'
pull_request:
paths:
- 'provider/etcd/**'
- '.gitea/workflows/etcd.yml'
jobs:
goaction:

View File

@@ -1,6 +1,16 @@
name: Go Action
on: [push, pull_request]
on:
push:
branches:
- master
paths:
- 'provider/ini/**'
- '.gitea/workflows/ini.yml'
pull_request:
paths:
- 'provider/ini/**'
- '.gitea/workflows/ini.yml'
jobs:
goaction:

View File

@@ -1,6 +1,16 @@
name: Go Action
on: [push, pull_request]
on:
push:
branches:
- master
paths:
- 'provider/json/**'
- '.gitea/workflows/json.yml'
pull_request:
paths:
- 'provider/json/**'
- '.gitea/workflows/json.yml'
jobs:
goaction: