Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Nov 9, 2024
1 parent 14d5565 commit 8a05d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Grace CI
on:
push:
branches:
- 6.1.x
- main
pull_request:
branches:
- 6.1.x
- main
workflow_dispatch:
jobs:
build:
permissions:
contents: read # to fetch code (actions/checkout)
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
java: ['17']
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
permissions:
contents: read # to fetch code (actions/checkout)
checks: write
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
env:
Expand Down

0 comments on commit 8a05d33

Please sign in to comment.