ci: change trigger workflow

This commit is contained in:
Bard 2024-06-18 12:31:14 +08:00 committed by GitHub
parent 225d067d4b
commit f76f895b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,12 @@
name: Build Packages
on:
watch:
types: started
workflow_dispatch:
repository_dispatch:
types: build
types: [build]
jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
name: Build ${{ matrix.arch }}-${{ matrix.tag }}
runs-on: ubuntu-latest
strategy: