chore: update GitHub workflow to deploy on main branch

This commit is contained in:
Stan Girard 2024-09-02 15:59:44 +02:00
parent 913e98fdc0
commit 56300cee0a
2 changed files with 4 additions and 4 deletions

View File

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

View File

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