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 aaad414 commit f98c74fCopy full SHA for f98c74f
.github/workflows/e2e.yml
@@ -16,9 +16,9 @@ name: Build e2e tests
16
17
on:
18
push:
19
- branches: [ develop ]
+ branches: [ develop, release/** ]
20
pull_request:
21
22
types: [ opened, synchronize, reopened, labeled ]
23
workflow_dispatch:
24
0 commit comments