fix: trigger CI on trunk branch instead of main
This commit is contained in:
@@ -2,7 +2,7 @@ name: Deploy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [trunk]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-prod:
|
build-and-push-prod:
|
||||||
|
|||||||
Reference in New Issue
Block a user