Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 7, 2024
1 parent 5a548a9 commit 9a2d13e
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.0.x
- 6.1.x
pull_request:
branches:
- 6.0.x
- 6.1.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.0.x
- 6.1.x
workflow_dispatch:
jobs:
release_notes:
Expand Down

0 comments on commit 9a2d13e

Please sign in to comment.