Skip to content

Commit 189d422

Browse files
committed
Build & Push DB Backup Image
1 parent 5b0b5e0 commit 189d422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push-dump-db.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Build & Push backup to s3"
22

33
on:
4-
# push:
5-
# branches:
6-
# - your-branch-here
4+
push:
5+
branches:
6+
- database-backup
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)