Skip to content

Commit 3a3fdaa

Browse files
committed
Update workflows
1 parent 289ee2d commit 3a3fdaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Publish
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
env:
99
REGISTRY: ghcr.io

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)