Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 27, 2024
1 parent 5e9759f commit 9ee350d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Build

on: # yamllint disable-line rule:truthy
push:
branches:
- master
tags:
- "release-*.*.*"
pull_request:
branches:
- master

jobs:
build:
uses: metaborg/actions/.github/workflows/gradle-build-matrix.yaml@main

0 comments on commit 9ee350d

Please sign in to comment.