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 name: Build Packages
on: on:
watch: workflow_dispatch:
types: started
repository_dispatch: repository_dispatch:
types: build types: [build]
jobs: jobs:
build: build:
if: github.event.repository.owner.id == github.event.sender.id
name: Build ${{ matrix.arch }}-${{ matrix.tag }} name: Build ${{ matrix.arch }}-${{ matrix.tag }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: