neil 4 years ago
parent
commit
8d44a22e95
1 changed files with 2 additions and 14 deletions
  1. 2 14
      .github/workflows/dockerhub.yml

+ 2 - 14
.github/workflows/dockerhub.yml

@@ -1,23 +1,11 @@
 name: DockerHub
 
 on:
-  workflow_dispatch:
-  schedule:
-    - cron: '0 0 * * 1'
   push:
     branches:
-      - main
+      - '*'
     tags:
-      - '*.*.*'
-    paths-ignore:
-      - 'test/*'
-      - '.gitignore'
-      - '.travis.yml'
-      - 'docker-compose-separate-containers.yml'
-      - 'docker-compose.yml'
-      - 'LICENSE'
-      - 'Makefile'
-      - '*.md'
+      - '*'
 
 jobs:
   multiarch-build-debian: