Skip to content

Commit

Permalink
perform full run if workflow is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 5, 2023
1 parent 555d610 commit e0bfde7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
paths:
- 'modules/async-icq/**'
- '.github/workflows/**'
- '.github/workflows/async-icq.yml'

env:
LINT_VERSION: v1.52
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
paths:
- 'modules/ibc-hooks/**'
- '.github/workflows/**'
- '.github/workflows/ibc-hooks.yml'

env:
LINT_VERSION: v1.52
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
paths:
- 'middleware/packet-forward-middleware/**'
- '.github/workflows/**'
- '.github/workflows/packet-forward-middleware.yml'

env:
LINT_VERSION: v1.52
Expand Down

0 comments on commit e0bfde7

Please sign in to comment.