We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e269bad commit 75258e7Copy full SHA for 75258e7
.github/workflows/e2e.yml
@@ -5,10 +5,12 @@ on:
5
branches:
6
- main
7
- 'rel/*'
8
+ - 'dev/*'
9
pull_request:
10
11
12
13
14
# allow manually run the action:
15
workflow_dispatch:
16
.github/workflows/go.yml
0 commit comments