Skip to content

Commit 2c7e2ff

Browse files
committed
e2e test
1 parent e3a2a6c commit 2c7e2ff

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
name: End-to-end tests
1616

1717
on:
18-
workflow_run:
19-
workflows: [image]
18+
pull_request:
2019
types:
21-
- completed
20+
- opened
21+
- synchronize
22+
branches:
23+
- main
24+
push:
2225
branches:
2326
- main
2427

.github/workflows/image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ on:
2121
- opened
2222
- synchronize
2323
branches:
24-
- main
25-
- release-*
24+
- main-no
25+
- release-no
2626
push:
2727
branches:
28-
- main
29-
- release-*
28+
- main-no
29+
- release-no
3030

3131
jobs:
3232
image:

0 commit comments

Comments
 (0)