diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 57947b6f6..02a27ff4a 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -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: