diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index f935752..84591db 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -9,11 +9,8 @@ on: schedule: - cron: '0 5 * * *' # 4 am every day push: - branches: [ "main" ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] - pull_request: - branches: [ "main" ] + paths: + - './base.Dockerfile' env: # Use docker.io for Docker Hub if empty diff --git a/.github/workflows/kernel-akmods.yml b/.github/workflows/kernel-akmods.yml index 838156c..65b0b3a 100644 --- a/.github/workflows/kernel-akmods.yml +++ b/.github/workflows/kernel-akmods.yml @@ -9,11 +9,8 @@ on: schedule: - cron: '0 4 * * *' # 4 am every day push: - branches: [ "main" ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] - pull_request: - branches: [ "main" ] + paths: + - './kernel-akmods.Dockerfile' env: # Use docker.io for Docker Hub if empty diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/os.yml similarity index 93% rename from .github/workflows/docker-publish.yml rename to .github/workflows/os.yml index 7ebaf59..3d46d3c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/os.yml @@ -1,4 +1,4 @@ -name: Docker +name: os # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -9,11 +9,8 @@ on: schedule: - cron: '0 6 * * 6' # 6 am on Saturdays push: - branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","newest-kernel", "lto-kernel", "lts-kernel" ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] - pull_request: - branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","newest-kernel", "lto-kernel" ] + paths: + - './Dockerfile' env: # Use docker.io for Docker Hub if empty