Skip to content

Commit

Permalink
fix: upgrade push
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-bro committed Nov 15, 2024
1 parent 27282c4 commit 4c65af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-api-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- dev
- upgrade/*
- upgrade
paths:
- 'api/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-web-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- dev
- upgrade/*
- upgrade
paths:
- 'web/**'
workflow_dispatch:
Expand Down

0 comments on commit 4c65af8

Please sign in to comment.