Skip to content

Commit cc3538d

Browse files
chore(ci): update sequencer docker test triggers (#6766)
1 parent e4694e6 commit cc3538d

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/sequencer_docker-test.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,11 @@ name: Sequencer-Docker-Test
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
7-
tags: ["v*.*.*"]
8-
paths:
9-
- ".github/workflows/sequencer_docker-test.yml"
10-
- "config/sequencer/presets/system_test_presets/single_node/node_0/executable_0/node_config.json"
11-
- "crates/**"
12-
- "scripts/dependencies.sh"
13-
- "scripts/install_build_tools.sh"
14-
- "deployments/images/base/Dockerfile"
15-
- "deployments/images/sequencer/**"
16-
- "deployments/monitoring/deploy_local_stack.sh"
17-
- "deployments/monitoring/local/docker-compose.yml"
18-
- "deployments/monitoring/local/.env"
6+
branches:
7+
- main
8+
- main-v[0-9].**
9+
tags:
10+
- v[0-9].**
1911

2012
pull_request:
2113
paths:

0 commit comments

Comments
 (0)