Skip to content

Commit 6fe49c8

Browse files
committed
ci: improve and split into multiple files
1 parent 4ca07f6 commit 6fe49c8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: Run tests
8181
needs: [check-preparation]
8282
if: needs.check-preparation.outputs.prepared == 'true'
83-
uses: ./.github/workflows/test.yaml
83+
uses: ./.github/workflows/tests.yaml
8484

8585
build:
8686
name: Build package
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
branches: ["*"]
7+
branches: ["**"]
88
workflow_dispatch:
9-
workflow_call: # Allow release.yaml to call this workflow
9+
workflow_call: # Allow release.yaml to call this workflow.
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)