Skip to content

Commit d22ad5e

Browse files
authored
Merge pull request #167 from Notifiarr/unstable
clean release build
2 parents 1a72acf + 43bde36 commit d22ad5e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ghcr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ name: Docker
44

55
on:
66
push:
7-
branches: [ "main" ]
7+
branches: [ 'main' ]
88
# Publish semver tags as releases.
99
tags: [ 'v*.*.*' ]
10-
pull_request:
11-
branches: [ "main" ]
1210

1311
env:
1412
# Use docker.io for Docker Hub if empty

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: build-and-release
22
on:
33
push:
4-
branches: [ 'main' ]
4+
branches: [ 'main', 'unstable' ]
55
tags: [ 'v*.*.*' ]
6-
pull_request:
7-
branches: [ 'unstable' ]
86

97
permissions:
108
contents: read

0 commit comments

Comments
 (0)