We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfa732 commit 401cbbdCopy full SHA for 401cbbd
.github/workflows/cd.yaml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
branches:
5
- - next
+ - main
6
concurrency: ${{ github.workflow }}-${{ github.ref }}
7
jobs:
8
release:
0 commit comments