Skip to content

Commit

Permalink
Update ci.yml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning authored Feb 29, 2024
1 parent 603b4ac commit 29771b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- '*'
- '!main'
pull_request:
branches:
- '*'
- '!main'

jobs:

Expand All @@ -25,4 +23,4 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: shadow
arguments: shadow

0 comments on commit 29771b1

Please sign in to comment.