We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca07f6 commit 6fe49c8Copy full SHA for 6fe49c8
2 files changed
.github/workflows/release.yaml
@@ -80,7 +80,7 @@ jobs:
80
name: Run tests
81
needs: [check-preparation]
82
if: needs.check-preparation.outputs.prepared == 'true'
83
- uses: ./.github/workflows/test.yaml
+ uses: ./.github/workflows/tests.yaml
84
85
build:
86
name: Build package
.github/workflows/test.yaml .github/workflows/tests.yaml.github/workflows/test.yaml renamed to .github/workflows/tests.yaml
@@ -4,9 +4,9 @@ on:
4
push:
5
branches: [main]
6
pull_request:
7
- branches: ["*"]
+ branches: ["**"]
8
workflow_dispatch:
9
- workflow_call: # Allow release.yaml to call this workflow
+ workflow_call: # Allow release.yaml to call this workflow.
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments