Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-leila committed Sep 25, 2022
1 parent a512105 commit 04db9a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches:
- "main"
- "master"
paths:
- src/**
- build.gradle
- gradle.properties
- settings.gradle
workflow_dispatch:

jobs:
Expand All @@ -23,4 +18,4 @@ jobs:
with:
java-version: 11
- name: Build artifacts
run: ./gradlew build
run: ./gradlew build

0 comments on commit 04db9a3

Please sign in to comment.