From 4afb1a9b7ddab9463167cc401c147a41eee266e8 Mon Sep 17 00:00:00 2001 From: Fred Cox Date: Fri, 24 May 2024 09:54:45 +0100 Subject: [PATCH] feat: enable on pr --- .github/workflows/release-image.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 716030f..b80240c 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -5,7 +5,8 @@ name: Create and publish a Docker image on: push: - branches: ['*'] + branches: ["*"] + pull_request: jobs: checks-update: @@ -75,8 +76,8 @@ jobs: packages: write strategy: matrix: - version: [ '32', '33', '34' ] - variant: [ '', '-emulator', '-ndk', '-stf-client', '-jdk17', '-jdk11' ] + version: ["32", "33", "34"] + variant: ["", "-emulator", "-ndk", "-stf-client", "-jdk17", "-jdk11"] needs: [checks-hadolint, checks-shfmt, checks-shellcheck, checks-update] steps: - name: Checkout repository