Skip to content

Commit

Permalink
feat: enable on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed May 24, 2024
1 parent 92786d1 commit 4afb1a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Create and publish a Docker image

on:
push:
branches: ['*']
branches: ["*"]
pull_request:

jobs:
checks-update:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4afb1a9

Please sign in to comment.