fix: should only deploy from main

This commit is contained in:
silver 2024-08-11 18:47:18 +01:00
parent 62115a3d93
commit f61b9c8d6d
Signed by: silver
GPG key ID: 0A1071E702CE4B4E

View file

@ -6,6 +6,8 @@ on:
types:
- completed
push:
branches:
- 'main'
paths:
- applications/**/*
- machines/**/*