Skip to content

Commit c260bb7

Browse files
authored
Fix filters on the Docker Image Smoke Test CI workflow (#2852)
1 parent 8bee487 commit c260bb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker_image_smoketest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Electric Docker Image Smoke Test
22

33
on:
4+
push:
5+
branches: ["main"]
6+
paths-ignore:
7+
- "website/**"
8+
- "**/README.md"
49
pull_request:
510
paths-ignore:
11+
- "website/**"
612
- "**/README.md"
713

814
jobs:

0 commit comments

Comments
 (0)