Skip to content

Commit

Permalink
fix(workflow): removed tmp ci
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Dec 31, 2024
1 parent 5855c41 commit 5cf0f0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Staging CI/CD
# https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
on:
push:
branches:
- main
jobs:
# Continuous-Integration:
# uses: ./.github/workflows/ci.yml
# secrets: inherit
Deploy-Beta:
needs: [Create-Release]
uses: ./.github/workflows/cd.yml
secrets: inherit

0 comments on commit 5cf0f0a

Please sign in to comment.