ci: change trigger workflow
This commit is contained in:
parent
225d067d4b
commit
f76f895b40
6
.github/workflows/build-packages.yml
vendored
6
.github/workflows/build-packages.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user