release site after deps updated

This commit is contained in:
maddalax 2024-10-11 09:11:28 -05:00
parent 8799772634
commit e750315764
5 changed files with 21 additions and 6 deletions

View file

@ -1,6 +1,10 @@
name: Build and Deploy htmgo.dev chat example name: Build and Deploy htmgo.dev chat example
on: on:
workflow_run:
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
types:
- completed
pull_request: pull_request:
branches: branches:
- master - master

View file

@ -1,13 +1,16 @@
name: Build and Deploy htmgo.dev name: Build and Deploy htmgo.dev
on: on:
workflow_run:
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
types:
- completed
workflow_dispatch: # Trigger on manual workflow_dispatch workflow_dispatch: # Trigger on manual workflow_dispatch
push: push:
branches: branches:
- master # Trigger on pushes to master - master # Trigger on pushes to master
paths: paths:
- 'htmgo-site/**' # Trigger only if files in this directory change - 'htmgo-site/**' # Trigger only if files in this directory change
- "framework/**"
- "framework-ui/**" - "framework-ui/**"
- "cli/**" - "cli/**"

View file

@ -1,6 +1,10 @@
name: Build and Deploy starter template name: Build and Deploy starter template
on: on:
workflow_run:
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
types:
- completed
workflow_dispatch: # Trigger on manual workflow_dispatch workflow_dispatch: # Trigger on manual workflow_dispatch
push: push:
branches: branches:

View file

@ -1,6 +1,10 @@
name: Build and Deploy htmgo.dev todo example name: Build and Deploy htmgo.dev todo example
on: on:
workflow_run:
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
types:
- completed
workflow_dispatch: # Trigger on manual workflow_dispatch workflow_dispatch: # Trigger on manual workflow_dispatch
push: push:
branches: branches:

File diff suppressed because one or more lines are too long