Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
Switch to 6.2.x branch
  • Loading branch information
rainboyan committed Nov 27, 2024
1 parent 35dd923 commit 2603324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Grace CI
on:
push:
branches:
- 6.1.x
- 6.2.x
pull_request:
branches:
- 6.1.x
- 6.2.x
workflow_dispatch:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [closed,reopened]
push:
branches:
- 6.1.x
- 6.2.x
workflow_dispatch:
jobs:
release_notes:
Expand Down

0 comments on commit 2603324

Please sign in to comment.