Browse Source

only build if dockerfiles change

pull/9/head
Daniel Gibbs 2 years ago
parent
commit
86e74bdac4
  1. 2
      .github/workflows/docker-publish.yml

2
.github/workflows/docker-publish.yml

@ -3,6 +3,8 @@ name: Docker Publish
on:
push:
branches: ["main", "master"]
paths:
- Dockerfile*
schedule:
- cron: "0 22 * * *"

Loading…
Cancel
Save