Skip to content

Commit

Permalink
Move triggers into central docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Mar 8, 2024
1 parent b6c512a commit fdb81de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 91 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-Docker-image-nightly.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/build-Docker-image-on-push-to-main.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/build-and-push-Docker-image.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
on:
pull_request:
push:
branches: [main]
schedule:
- cron: '0 0 * * 1,2,3,4,5'

name: Docker

Expand Down

0 comments on commit fdb81de

Please sign in to comment.