We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e796451 commit ebe11e4Copy full SHA for ebe11e4
.github/workflows/build.yml
@@ -5,9 +5,9 @@
5
name: Build
6
on:
7
push:
8
- branches: [next, main, dev-1.0]
+ branches: [next, main, 0.x]
9
pull_request:
10
11
12
jobs:
13
reuse:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
branches:
- main
- - dev-1.0
+ - 0.x
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
.github/workflows/test.yml
name: Test
build:
0 commit comments