Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 26, 2024
1 parent 9827139 commit e471359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
- '[5-9]+.[0-9]+.x'
- 'release/[5-9]+.[0-9]+.0'
pull_request:
branches:
- '[5-9]+.[0-9]+.x'
- 'release/[5-9]+.[0-9]+.0'
workflow_dispatch:
jobs:
build:
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: ['11', '15']
java: ['11']
env:
WORKSPACE: ${{ github.workspace }}
steps:
Expand Down

0 comments on commit e471359

Please sign in to comment.