Skip to content

Commit 698da3d

Browse files
fix: 启用GitHub Actions的main分支推送触发
1 parent 5dcdb63 commit 698da3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build and Push Docker Image to GitHub Container Registry
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)