Skip to content

Commit

Permalink
Actions should run after package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 22, 2024
1 parent fbf88fd commit 13e78c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/admin-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'src/Admin/**'
- '.github/workflows/admin-api.yml'
- 'Directory.*.props'
workflow_dispatch:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/barista-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'src/Barista/**'
- '.github/workflows/barista-api.yml'
- 'Directory.*.props'
workflow_dispatch:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cashier-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'src/Cashier/**'
- '.github/workflows/cashier-api.yml'
- 'Directory.*.props'
workflow_dispatch:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'src/UI/**'
- '.github/workflows/web-ui.yml'
- 'Directory.*.props'
workflow_dispatch:

env:
Expand Down

0 comments on commit 13e78c8

Please sign in to comment.