diff --git a/.github/workflows/bens.yml b/.github/workflows/bens.yml index 1558e187b..c9d0f1b87 100644 --- a/.github/workflows/bens.yml +++ b/.github/workflows/bens.yml @@ -4,6 +4,10 @@ on: - 'main' tags: - 'bens/v*' + paths: + - blockscout-ens/** + - .github/workflows/bens.yml + - .github/actions/deps/** pull_request: paths: - blockscout-ens/** diff --git a/.github/workflows/eth-bytecode-db-extractors.yml b/.github/workflows/eth-bytecode-db-extractors.yml index 1f681ebcb..4facf0e34 100644 --- a/.github/workflows/eth-bytecode-db-extractors.yml +++ b/.github/workflows/eth-bytecode-db-extractors.yml @@ -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/** diff --git a/.github/workflows/eth-bytecode-db.yml b/.github/workflows/eth-bytecode-db.yml index 43ada0c15..61be3aa51 100644 --- a/.github/workflows/eth-bytecode-db.yml +++ b/.github/workflows/eth-bytecode-db.yml @@ -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/** diff --git a/.github/workflows/libs.yml b/.github/workflows/libs.yml index 32f02641e..139450aaf 100644 --- a/.github/workflows/libs.yml +++ b/.github/workflows/libs.yml @@ -2,6 +2,10 @@ on: push: branches: - 'main' + paths: + - libs/** + - .github/workflows/libs.yml + - .github/actions/deps/** pull_request: paths: - libs/** diff --git a/.github/workflows/multichain-search.yml b/.github/workflows/multichain-search.yml index 28cc72bf7..af6945922 100644 --- a/.github/workflows/multichain-search.yml +++ b/.github/workflows/multichain-search.yml @@ -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: diff --git a/.github/workflows/sig-provider.yml b/.github/workflows/sig-provider.yml index e31c68c9f..c63c45176 100644 --- a/.github/workflows/sig-provider.yml +++ b/.github/workflows/sig-provider.yml @@ -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: diff --git a/.github/workflows/smart-contract-verifier.yml b/.github/workflows/smart-contract-verifier.yml index 443aba337..84073be94 100644 --- a/.github/workflows/smart-contract-verifier.yml +++ b/.github/workflows/smart-contract-verifier.yml @@ -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: diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 8b74bf3e7..6242a1a0d 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -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: diff --git a/.github/workflows/user-ops-indexer.yml b/.github/workflows/user-ops-indexer.yml index 41b9d8616..84155ebe7 100644 --- a/.github/workflows/user-ops-indexer.yml +++ b/.github/workflows/user-ops-indexer.yml @@ -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: diff --git a/.github/workflows/visualizer.yml b/.github/workflows/visualizer.yml index 66b68d3a4..68754db5b 100644 --- a/.github/workflows/visualizer.yml +++ b/.github/workflows/visualizer.yml @@ -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: