mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-22 17:05:41 +08:00
Update main.yaml
This commit is contained in:
parent
ae2c13bf3d
commit
49d1c6ee93
15
.github/workflows/main.yaml
vendored
15
.github/workflows/main.yaml
vendored
@ -1,12 +1,13 @@
|
||||
name: Build and Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [published]
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
# release:
|
||||
# types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -123,4 +124,4 @@ jobs:
|
||||
goarch: arm64
|
||||
- goos: openbsd
|
||||
goarch: arm
|
||||
goarm: 7
|
||||
goarm: 7
|
||||
|
Loading…
Reference in New Issue
Block a user