We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ec6f commit c5dd29eCopy full SHA for c5dd29e
.github/workflows/release.yml
@@ -11,6 +11,7 @@ jobs:
11
release:
12
runs-on: ubuntu-latest
13
steps:
14
+ - uses: actions/checkout@v4
15
- uses: ./.github/actions/setup
16
17
- name: Test
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
name: Test & Build
2
3
-on: [push, pull_request]
+on: [push]
4
5
concurrency:
6
group: ${{ github.workflow }}-${{ github.ref }}
@@ -10,6 +10,7 @@ jobs:
10
test:
- name: Test with Coverage
@@ -26,6 +27,7 @@ jobs:
26
27
build:
28
29
30
31
32
33
- name: Build Dist
0 commit comments