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.
release/2.x
1 parent 1acecd4 commit a0c0680Copy full SHA for a0c0680
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ name: CI
9
10
on:
11
push:
12
- branches: ['release/1.x']
+ branches: ['release/2.x']
13
tags-ignore: [v*] # release tags are automatically generated after a successful CI build, no need to run CI against them
14
pull_request:
15
branches: ['**']
0 commit comments