Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 23, 2024
1 parent 253b1e5 commit da54782
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:
- 'release/[5-9]+.[0-9]+.0'
- 'release/[5-9]+.[0-9]+.1'
pull_request:
branches:
- 'release/[5-9]+.[0-9]+.0'
- 'release/[5-9]+.[0-9]+.1'
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:
- 5.0.x
- 5.1.x
workflow_dispatch:
jobs:
release_notes:
Expand Down

0 comments on commit da54782

Please sign in to comment.