We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a72acf + 43bde36 commit d22ad5eCopy full SHA for d22ad5e
.github/workflows/ghcr.yml
@@ -4,11 +4,9 @@ name: Docker
4
5
on:
6
push:
7
- branches: [ "main" ]
+ branches: [ 'main' ]
8
# Publish semver tags as releases.
9
tags: [ 'v*.*.*' ]
10
- pull_request:
11
12
13
env:
14
# Use docker.io for Docker Hub if empty
.github/workflows/release.yml
@@ -1,10 +1,8 @@
1
name: build-and-release
2
3
- branches: [ 'main' ]
+ branches: [ 'main', 'unstable' ]
- branches: [ 'unstable' ]
permissions:
contents: read
0 commit comments