Skip to content

Commit

Permalink
fix: modified conditions for pr-close (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton authored Dec 6, 2023
1 parent 233b7b3 commit 8846d41
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pr_close_listener_deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ on:
pull_request:
types:
- closed

paths-ignore:
- .vscode/**
- .gitignore
- LICENSE
- readme.md
- code_of_conduct.md
- scripts/**
- .flake8
- COMPLIANCE.yaml
- docs/**
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8846d41

Please sign in to comment.