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 8c390e5 commit ae23476Copy full SHA for ae23476
.github/workflows/build.yml
@@ -22,7 +22,3 @@ jobs:
22
run: npm run test
23
- name: Build
24
run: npm run build
25
- CD:
26
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
27
- needs: CI
28
- uses: ./.github/workflows/release.yml
.github/workflows/release.yml
@@ -1,6 +1,12 @@
1
name: Create release
2
on:
3
- workflow_call:
+ workflow_run:
4
+ workflows:
5
+ - Build
6
+ types:
7
+ - completed
8
+ branches:
9
+ - main
10
permissions:
11
contents: write
12
pages: write
0 commit comments