fix: resolve merge conflicts in CI/CD workflow and use proven Gitea Actions pattern
This commit is contained in:
@@ -2,10 +2,10 @@ name: CI/CD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [ "**" ]
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.25"
|
||||
|
||||
Reference in New Issue
Block a user