Skip to content

Commit

Permalink
Fix CI triggers on configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Feb 20, 2024
1 parent 7378079 commit ba08daa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/armory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- apps/armory/**
- .github/workflows/armory_ci.yml
- .github/workflows/armory.yml
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-engine-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- packages/policy-engine-shared/**
- .github/workflows/authz_shared_ci.yml
- .github/workflows/policy-engine-shared.yml
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- apps/policy-engine/**
- .github/workflows/policy_engine_ci.yml
- .github/workflows/policy-engine.yml
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transaction-request-intent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- packages/transaction-request-intent/**
- .github/workflows/transaction_request_intent_ci.yml
- .github/workflows/transaction-request-intent.yml
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down

0 comments on commit ba08daa

Please sign in to comment.