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:
|
types:
|
||||||
- completed
|
- completed
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
paths:
|
paths:
|
||||||
- applications/**/*
|
- applications/**/*
|
||||||
- machines/**/*
|
- machines/**/*
|
||||||
|
|
Loading…
Reference in a new issue