change actions to only react to relevant files.
This commit is contained in:
parent
16e71c908c
commit
39e33e5c99
3 changed files with 7 additions and 16 deletions
7
.github/workflows/base.yml
vendored
7
.github/workflows/base.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
7
.github/workflows/kernel-akmods.yml
vendored
7
.github/workflows/kernel-akmods.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue