Skip to content

Commit 4afb1a9

Browse files
committed
feat: enable on pr
1 parent 92786d1 commit 4afb1a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Create and publish a Docker image
55

66
on:
77
push:
8-
branches: ['*']
8+
branches: ["*"]
9+
pull_request:
910

1011
jobs:
1112
checks-update:
@@ -75,8 +76,8 @@ jobs:
7576
packages: write
7677
strategy:
7778
matrix:
78-
version: [ '32', '33', '34' ]
79-
variant: [ '', '-emulator', '-ndk', '-stf-client', '-jdk17', '-jdk11' ]
79+
version: ["32", "33", "34"]
80+
variant: ["", "-emulator", "-ndk", "-stf-client", "-jdk17", "-jdk11"]
8081
needs: [checks-hadolint, checks-shfmt, checks-shellcheck, checks-update]
8182
steps:
8283
- name: Checkout repository

0 commit comments

Comments
 (0)