Commit 309e87e2 authored by Lysandre's avatar Lysandre
Browse files

Docker images should only run on a daily basis

parent c475f3ce
name: Build docker images (scheduled)
on:
push:
branches:
- master
- updating-dockerfiles
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
- "docker/**"
repository_dispatch:
schedule:
- cron: "0 1 * * *"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment