chore(porter): Update GitHub Actions workflow triggers

This commit is contained in:
Stan Girard 2024-05-02 00:10:26 +02:00
parent 3e6b8a465e
commit 41baaceff8
5 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
"on":
on:
push:
branches:
- main
tags:
- "v*"
name: Deploy to cherry-pick-backend
jobs:
porter-deploy:

View File

@ -1,7 +1,7 @@
"on":
on:
push:
branches:
- main
tags:
- "v*"
name: Deploy to cherry-pick-frontend
jobs:
porter-deploy:

View File

@ -1,7 +1,7 @@
"on":
on:
push:
branches:
- main
tags:
- "v*"
name: Deploy to production
jobs:
porter-deploy:

View File

@ -1,7 +1,7 @@
"on":
on:
push:
branches:
- main
tags:
- "v*"
name: Deploy to quivr-com-backend
jobs:
porter-deploy:

View File

@ -1,7 +1,7 @@
"on":
on:
push:
branches:
- main
tags:
- "v*"
name: Deploy to quivr-com
jobs:
porter-deploy: