mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-23 01:15:40 +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
|
name: Build and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches: [ main ]
|
# branches: [ main ]
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches: [ main ]
|
# branches: [ main ]
|
||||||
release:
|
# release:
|
||||||
types: [published]
|
# types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -123,4 +124,4 @@ jobs:
|
|||||||
goarch: arm64
|
goarch: arm64
|
||||||
- goos: openbsd
|
- goos: openbsd
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: 7
|
goarm: 7
|
||||||
|
Loading…
Reference in New Issue
Block a user