This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: allow manual deploy triggering

+1
+1
.github/workflows/deploy.yaml
··· 2 2 push: 3 3 branches: 4 4 - main 5 + workflow_dispatch: 5 6 jobs: 6 7 deploy: 7 8 runs-on: ubuntu-latest