Skip to content

Commit d09a331

Browse files
committed
fix 3
1 parent 34387e5 commit d09a331

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Multi-Folder to GHCR
33
on:
44
push:
55
branches:
6-
- main
6+
- release
77

88
jobs:
99
build-and-push:

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pre-Merge Build Check
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- release
77

88
jobs:
99
validate-build:

0 commit comments

Comments
 (0)