Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Mar 16, 2024
1 parent d652479 commit a10d924
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

name: Java CI with Gradle

on: [ push, pull_request ]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit a10d924

Please sign in to comment.