Skip to content

Commit 270cc5e

Browse files
committed
remove dev and merge to main
1 parent 95a525d commit 270cc5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '35 2 * * 0' # Runs every Sunday at 2:35 AM
66
push:
7-
branches: [ dev ]
7+
branches: [ main ]
88

99
permissions:
1010
packages: write
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
with:
20-
ref: dev
20+
ref: main
2121

2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)