From 0513a6e82c007ae639bb28727c779371e9be5cfd Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Mon, 29 May 2023 16:46:12 +0300 Subject: [PATCH] enable on PR Signed-off-by: Gabriel Adrian Samfira --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3acd44b646..42ff1d0e0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,6 @@ name: "Run build" on: + pull_request: workflow_dispatch: inputs: image_formats: @@ -29,7 +30,7 @@ on: Custom SDK container version to use for this build. permissions: - pull-requests: write + pull-requests: write jobs: packages: @@ -39,6 +40,7 @@ jobs: - debian - build - x64 + environment: main strategy: fail-fast: false matrix: