]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update docker-build-on-push_and_pull_request.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 28 Jan 2025 06:40:00 +0000 (06:40 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2025 06:40:00 +0000 (06:40 +0000)
.github/workflows/docker-build-on-push_and_pull_request.yaml

index 01df710de15fded0b0eb4ed4b63a0737dce65967..b488a9ff9c36f4012203ca2c60b92468cbb273c3 100644 (file)
@@ -8,12 +8,12 @@ name: Build and push docker (push/pull request)
 
 on:
   workflow_dispatch:
-  push:
-    branches:
-      - master
-      - development
-  pull_request:
-    types: [opened, synchronize, reopened, ready_for_review]
+  push:
+    branches:
+      - master
+      - development
+  pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
 
 env:
   DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64