diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c00318ef4..102f087dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: Build on: push: pull_request: + workflow_dispatch: env: MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}" @@ -395,7 +396,6 @@ jobs: - linux - combine if: >- - github.event_name == 'push' && github.ref == 'refs/heads/master' && vars.PAGES_REPO_NAME env: