We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a2a6c commit 2c7e2ffCopy full SHA for 2c7e2ff
.github/workflows/ci.yaml
@@ -15,10 +15,13 @@
15
name: End-to-end tests
16
17
on:
18
- workflow_run:
19
- workflows: [image]
+ pull_request:
20
types:
21
- - completed
+ - opened
+ - synchronize
22
+ branches:
23
+ - main
24
+ push:
25
branches:
26
- main
27
.github/workflows/image.yaml
@@ -21,12 +21,12 @@ on:
- opened
- synchronize
- - main
- - release-*
+ - main-no
+ - release-no
push:
28
29
30
31
jobs:
32
image:
0 commit comments