Skip to content

Commit 25d8811

Browse files
committed
feat: Re add push and PR trigger
1 parent cc9fa67 commit 25d8811

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Docker Image Build and Push
22

33
on:
4-
# push:
5-
# branches: [ "master" ]
6-
# pull_request:
7-
# branches: [ "master" ]
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
88
workflow_dispatch:
99
schedule:
1010
- cron: '0 0 * * 0' # 毎週日曜日の午前0時(UTC)

0 commit comments

Comments
 (0)