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.
2 parents f05e3d6 + f0626c3 commit fb3362aCopy full SHA for fb3362a
6 files changed
.github/workflows/check.yml
@@ -1,5 +1,6 @@
1
name: Check
2
on:
3
+ workflow_dispatch:
4
push:
5
branches:
6
- main
.github/workflows/ci-basic.yml
name: CI | Basic
workflow_call:
inputs:
image-tag:
.github/workflows/ci-build-image.yml
name: CI | Build Image
commit-hash:
.github/workflows/ci-e2e.yml
name: CI | E2E
.github/workflows/ci-unit-test.yml
name: Unit Test
.github/workflows/ci.yml
name: CI
0 commit comments