Skip to content

Commit

Permalink
update workflow for watch tower
Browse files Browse the repository at this point in the history
  • Loading branch information
owenowenisme committed Dec 11, 2024
1 parent 7dc99e0 commit a44d6fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dev-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Dev frontend workflow

on:
push:
branches:
- 'dev/frontend@**'
workflow_dispatch:

jobs:
trigger-frontend-ci:
uses: ./.github/workflows/frontend-ci.yml
uses: ./.github/workflows/frontend-ci.yml

# cd part use watchtower to update the container will be changed to a more clever way once we scale up our services

0 comments on commit a44d6fe

Please sign in to comment.