Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 23, 2024
1 parent 46dfabc commit 90d713d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Build & Test

on: pull_request
on:
push:
branches:
- '*'
- '*/*'
pull_request:
branches:
- '*'
- '*/*'

concurrency:
group: build-${{ github.ref }}
Expand Down Expand Up @@ -75,5 +83,5 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Run Core
run: cd projects && ../gradlew :core:koin-core:macosX64Test --no-daemon --stacktrace
run: cd projects && ./gradlew :core:koin-core:macosX64Test --no-daemon --stacktrace

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Core
on:
push:
tags:
- 'core*'
- '*'

env:
IS_RELEASE: true
Expand Down

0 comments on commit 90d713d

Please sign in to comment.