Skip to content

Commit 6164f27

Browse files
authored
Automate dev builds
1 parent 13c0861 commit 6164f27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: ['dev']
55
workflow_dispatch:
6+
schedule:
7+
- cron: '*/30 * * * *'
68

79
jobs:
810
deploy_staging:
@@ -23,6 +25,7 @@ jobs:
2325
- name: Checkout
2426
uses: actions/checkout@v3
2527
with:
28+
ref: dev
2629
submodules: true
2730

2831
- name: Configure AWS credentials

0 commit comments

Comments
 (0)