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 332e30f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .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
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 332e30f

Please sign in to comment.