Skip to content

Commit

Permalink
Fix workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 15, 2024
1 parent 2741b79 commit 595558e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
---
name: 'Build'

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

jobs:
build:
uses: metaborg/actions/.github/workflows/gradle-build-matrix.yaml@main
with:
gradle-command: |
gradle build
gradle build
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'Submit Dependencies'
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- master

jobs:
build:
Expand Down

0 comments on commit 595558e

Please sign in to comment.