Skip to content

Commit

Permalink
dockerfile yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Aug 18, 2024
1 parent 31aa09e commit e7d8c49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: docker build

on:
schedule:
- cron: "0 5 * * 1"
- cron: "0 5 * * 1"
push:
branches:
- "dev"
- "sid"
tags:
- "v*.*.*"
- "dev"
- "sid"
tags:
- "v*.*.*"
pull_request:
branches:
- "dev"
- "dev"

jobs:
docker:
Expand Down

0 comments on commit e7d8c49

Please sign in to comment.