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]
|
||||
paths:
|
||||
- applications/**/*
|
||||
- machines/**/*
|
||||
- secrets/**/*
|
||||
- flake.*
|
||||
- config/**/*
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- applications/**/*
|
||||
- machines/**/*
|
||||
- secrets/**/*
|
||||
- flake.*
|
||||
- config/**/*
|
||||
|
||||
jobs:
|
||||
if: github.repository == 'Skynet/nixos'
|
||||
|
|
Loading…
Reference in a new issue