Skip to content

Commit

Permalink
fix(wsgi): observe wsgi file in Github deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Sep 24, 2024
1 parent bc60120 commit 7708b64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pubish_org_eleicoes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'app/project/**'
- 'app/tailwind/**'
- 'app/admin_styled/**'
- 'app/wsgi.ini'
- 'app/org_eleicoes/**'
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_org_amazonia_de_pe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'app/project/**'
- 'app/tailwind/**'
- 'app/admin_styled/**'
- 'app/wsgi.ini'
- 'app/org_amazonia_de_pe/**'
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_org_nossas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'app/project/**'
- 'app/tailwind/**'
- 'app/admin_styled/**'
- 'app/wsgi.ini'
- 'app/org_nossas/**'
branches:
- main
Expand Down

0 comments on commit 7708b64

Please sign in to comment.