Skip to content

Commit a2d4895

Browse files
authored
Update ghcr.yml
1 parent a97b59b commit a2d4895

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ghcr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- '**'
6+
- master
77
jobs:
88
push:
99
name: Create build and push to GHCR
@@ -50,3 +50,4 @@ jobs:
5050
push: true
5151
tags: |
5252
ghcr.io/${{ steps.string.outputs.lowercase }}/g5api:latest,ghcr.io/${{ steps.string.outputs.lowercase }}/g5api:${{ steps.getversion.outputs.version }}
53+

0 commit comments

Comments
 (0)