fix: should only deploy from main
This commit is contained in:
parent
62115a3d93
commit
f61b9c8d6d
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ on:
|
|||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- applications/**/*
|
||||
- machines/**/*
|
||||
|
|
Loading…
Reference in a new issue