Compare commits
2 Commits
3a4613d033
...
654be53845
Author | SHA1 | Date | |
---|---|---|---|
654be53845 | |||
c6afe240ff |
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -4,3 +4,6 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
workflows:
|
||||||
|
applies-to: version-updates
|
||||||
|
10
.github/workflows/hosts.yml
vendored
10
.github/workflows/hosts.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
name: "Build and cache hosts configurations"
|
name: "Build and cache hosts configurations"
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
paths:
|
# paths:
|
||||||
- 'flake.lock'
|
# - 'flake.lock'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user