Skip to content

Commit bba9b5d

Browse files
authored
Update publish-ghcr.yml
1 parent 57557ee commit bba9b5d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ name: Build and Push Docker Image
22
on:
33
push:
44
branches:
5-
- main
6-
- develop
7-
tags:
8-
- 'v*'
9-
pull_request:
10-
branches:
11-
- main
5+
- add-actions
126
env:
137
REGISTRY: ghcr.io
148
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)