We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee22e70 commit e5271a0Copy full SHA for e5271a0
1 file changed
.github/workflows/publish-ghcr.yaml.yml
@@ -2,7 +2,7 @@ name: Build and Push to GHCR
2
3
on:
4
push:
5
- branches: [master]
+ branches: [master, ci]
6
7
env:
8
GHCR_IMAGE: ghcr.io/${{ secrets.GHCR_USERNAME }}/${{ github.event.repository.name }}
0 commit comments