]> 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>
Fri, 31 Jan 2025 14:08:14 +0000 (14:08 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 14:08:14 +0000 (14:08 +0000)
.github/workflows/docker-build-on-push_and_pull_request.yaml

index 7ca050cf804aca92ca790a64469518ab4115feff..f12fb88ee366ae791338b17d5e0e70046692b3f1 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