Skip to content

Commit 7ace7ad

Browse files
committed
Update GitHub workflows
- Switch to 7.0.x
1 parent c70d14c commit 7ace7ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Grace Doc
22
on:
33
push:
44
branches:
5-
- 6.3.x
5+
- 7.0.x
66
paths:
77
- 'src/docs/**'
88
jobs:

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Grace CI
22
on:
33
push:
44
branches:
5-
- 6.3.x
5+
- 7.0.x
66
pull_request:
77
branches:
8-
- 6.3.x
8+
- 7.0.x
99
workflow_dispatch:
1010
jobs:
1111
build:

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [closed,reopened]
55
push:
66
branches:
7-
- 6.3.x
7+
- 7.0.x
88
workflow_dispatch:
99
jobs:
1010
release_notes:

0 commit comments

Comments
 (0)