Skip to content

Commit

Permalink
Trigger build workflow on all push & pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 15, 2024
1 parent 595558e commit 83ae8a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
name: 'Build'

on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- master
- develop

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

0 comments on commit 83ae8a6

Please sign in to comment.