build: specified publish only when needed

This commit is contained in:
2023-07-08 22:21:04 +03:00
parent ca13b02d7f
commit f99fad4419

View File

@@ -1,7 +1,10 @@
---
name: Publish
run-name: ${{ github.actor }} publish
on: [push]
on:
push:
paths:
- 'manifests/**'
jobs:
deploy_via_ssh:
runs-on: ubuntu-latest