Skip to content

Commit ebe11e4

Browse files
authored
Workflow Renaming for 1.0 Release (#648)
1 parent e796451 commit ebe11e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
name: Build
66
on:
77
push:
8-
branches: [next, main, dev-1.0]
8+
branches: [next, main, 0.x]
99
pull_request:
10-
branches: [next, main, dev-1.0]
10+
branches: [next, main, 0.x]
1111

1212
jobs:
1313
reuse:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11-
- dev-1.0
11+
- 0.x
1212

1313
concurrency: ${{ github.workflow }}-${{ github.ref }}
1414

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
name: Test
66
on:
77
push:
8-
branches: [next, main, dev-1.0]
8+
branches: [next, main, 0.x]
99
pull_request:
10-
branches: [next, main, dev-1.0]
10+
branches: [next, main, 0.x]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)