update forgejo workflow to use correct branch
All checks were successful
Deploy website / deploy (push) Successful in 13s
All checks were successful
Deploy website / deploy (push) Successful in 13s
This commit is contained in:
parent
caff2ea6c1
commit
495b4ef527
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: Deploy website
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'site/**'
|
||||
- '.forgejo/workflows/deploy-front.yaml'
|
||||
|
|
Loading…
Reference in a new issue