Skip to content

Commit

Permalink
ci: Fix workflow trigger paths (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 27, 2024
1 parent d07b415 commit bbc2a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
- docker-compose.yml
- pyproject.toml
- poetry.lock
- targets_postgres/**
- target_postgres/**
- .github/workflows/ci_workflow.yml
push:
branches: [main]
paths:
- docker-compose.yml
- pyproject.toml
- poetry.lock
- targets_postgres/**
- target_postgres/**
- .github/workflows/ci_workflow.yml
workflow_dispatch:
inputs: {}
Expand Down

0 comments on commit bbc2a63

Please sign in to comment.