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