Skip to content

Commit

Permalink
(BI-5142) fix: build_debian_docker clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Dec 19, 2023
1 parent b133398 commit b602a54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_debian_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
workflow_dispatch:
schedule:
- cron: "04 05 * * 6" # every Saturday at 05:04
push:
branches:
- master
paths:
- "docker_build/debian_docker/**"
- ".github/workflows/build_debian_docker.yml"

jobs:
build:
Expand Down

0 comments on commit b602a54

Please sign in to comment.