mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
chore: update GitHub workflows to trigger on all branches
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -5,9 +5,9 @@ name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "1.0.3" ]
|
||||
branches: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.3" ]
|
||||
branches: [ "*" ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user