We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b379686 commit 2c527daCopy full SHA for 2c527da
1 file changed
.github/workflows/pr-docker-compose-e2e.yml
@@ -7,8 +7,9 @@ permissions:
7
contents: read
8
9
on:
10
- pull_request: #_target:
11
- branches: ["main", "*rc"]
+ push:
+ # ll_request: #_target:
12
+ branches: ["main", "*rc", "ze-opt/ui"]
13
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
14
paths:
15
- "**/Dockerfile**"
0 commit comments