Skip to content

Commit

Permalink
Merge branch 'refs/heads/1.20.3' into 1.20.1-new
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Apr 23, 2024
2 parents 9d515d4 + 4c2dae1 commit 969b30b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# This workflow will build a Java project with Brachyra
# For more information see: docs/development/brachyura.md

name: Java CI with Gradle
name: Release script

on: [ push, pull_request ]
on:
release:
types:
- published

jobs:
build:
Expand Down

0 comments on commit 969b30b

Please sign in to comment.