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
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user