Skip to content

Commit

Permalink
Add paths filter on push into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 18, 2024
1 parent d583684 commit 3c230f5
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- 'main'
tags:
- 'bens/v*'
paths:
- blockscout-ens/**
- .github/workflows/bens.yml
- .github/actions/deps/**
pull_request:
paths:
- blockscout-ens/**
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/eth-bytecode-db-extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- 'main'
paths:
- eth-bytecode-db-extractors/**
- .github/workflows/eth-bytecode-db-extractors.yml
pull_request:
paths:
- eth-bytecode-db-extractors/**
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/eth-bytecode-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- 'main'
tags:
- 'eth-bytecode-db/v*'
paths:
- eth-bytecode-db/**
- .github/workflows/eth-bytecode-db.yml
- .github/actions/deps/**
pull_request:
paths:
- eth-bytecode-db/**
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on:
push:
branches:
- 'main'
paths:
- libs/**
- .github/workflows/libs.yml
- .github/actions/deps/**
pull_request:
paths:
- libs/**
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/multichain-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
- 'main'
tags:
- 'multichain-search/v*'
paths:
- multichain-search/**
- .github/workflows/multichain-search.yml
pull_request:
paths:
- multichain-search/**
- .github/workflows/multichain-search.yml


name: Test, lint and docker (multichain-search)

env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/sig-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
- 'main'
tags:
- 'sig-provider/v*'
paths:
- sig-provider/**
- .github/workflows/sig-provider.yml
- .github/actions/deps/**
pull_request:
paths:
- sig-provider/**
- .github/workflows/sig-provider.yml
- .github/actions/deps/**


name: Test, lint and docker (sig-provider)

env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/smart-contract-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
- 'main'
tags:
- 'smart-contract-verifier/v*'
paths:
- smart-contract-verifier/**
- .github/workflows/smart-contract-verifier.yml
- .github/actions/deps/**
pull_request:
paths:
- smart-contract-verifier/**
- .github/workflows/smart-contract-verifier.yml
- .github/actions/deps/**


name: Test, lint and docker (smart-contract-verifier)

env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
- 'main'
tags:
- 'stats/v*'
paths:
- stats/**
- .github/workflows/stats.yml
- .github/actions/deps/**
pull_request:
paths:
- stats/**
- .github/workflows/stats.yml
- .github/actions/deps/**


name: Test, lint and docker (stats)

env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/user-ops-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
- 'main'
tags:
- 'user-ops-indexer/v*'
paths:
- user-ops-indexer/**
- .github/workflows/user-ops-indexer.yml
- .github/actions/deps/**
pull_request:
paths:
- user-ops-indexer/**
- .github/workflows/user-ops-indexer.yml
- .github/actions/deps/**


name: Test, lint and docker (user-ops-indexer)

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/visualizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- visualizer/**
- .github/workflows/visualizer.yml
- .github/actions/deps/**

pull_request:
paths:
- visualizer/**
- .github/workflows/visualizer.yml
- .github/actions/deps/**


name: Test, lint and docker (visualizer)

env:
Expand Down

0 comments on commit 3c230f5

Please sign in to comment.