fix: git actions CI(CD

This commit is contained in:
2024-08-26 20:18:23 +01:00
parent 9ec3198be1
commit 1d90d299a1
3 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
name: deploy host
on: [push]
on:
push:
paths_ignore:
- services/**
- docs/**

View File

@@ -1,5 +1,6 @@
name: Portainer stack nginx
on: [push]
on:
push:
paths:
- services/nginx/**
jobs:

View File

@@ -1,5 +1,6 @@
name: Portainer stack wyoming
on: [push]
on:
push:
paths:
- services/wyoming/**
jobs: