Update .forgejo/workflows/deploy.yaml
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
cf2a638266
commit
83722c0f09
1 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
||||||
on: [push]
|
on:
|
||||||
paths:
|
push:
|
||||||
- applications/**/*
|
paths:
|
||||||
- machines/**/*
|
- applications/**/*
|
||||||
- secrets/**/*
|
- machines/**/*
|
||||||
- flake.*
|
- secrets/**/*
|
||||||
- config/**/*
|
- flake.*
|
||||||
|
- config/**/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
if: github.repository == 'Skynet/nixos'
|
if: github.repository == 'Skynet/nixos'
|
||||||
|
|
Loading…
Reference in a new issue