Skip to content

Commit b761d8c

Browse files
committed
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
Online update.
2 parents 0137515 + 76e7bb6 commit b761d8c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/docker-build-on-push_and_pull_request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name: Build and push docker (push/pull request)
88

99
on:
1010
workflow_dispatch:
11-
push:
12-
branches:
13-
- master
14-
- development
15-
pull_request:
16-
types: [opened, synchronize, reopened, ready_for_review]
11+
# push:
12+
# branches:
13+
# - master
14+
# - development
15+
# pull_request:
16+
# types: [opened, synchronize, reopened, ready_for_review]
1717

1818
env:
1919
DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64

.github/workflows/docker-build-on-tag.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ name: Build and push docker (tag)
99

1010
on:
1111
workflow_dispatch:
12-
push:
13-
tags:
14-
- '[0-9]+' # X
15-
- '[0-9]+\.[0-9]+' # X.Y
16-
- '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
12+
# push:
13+
# tags:
14+
# - '[0-9]+' # X
15+
# - '[0-9]+\.[0-9]+' # X.Y
16+
# - '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
1717

1818
env:
1919
DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)