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: push:
branches: tags:
- main - "v*"
name: Deploy to cherry-pick-backend name: Deploy to cherry-pick-backend
jobs: jobs:
porter-deploy: porter-deploy:

View File

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

View File

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

View File

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

View File

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