Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jun 22, 2023
2 parents d61c17f + 199d8d8 commit f272f25
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 169 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@ jobs:

call-build:
name: "Build & Test"
needs: call-lint
uses: ./.github/workflows/build.yml
secrets: inherit

call-staging:
name: "Staging"
needs: call-build
needs: [ call-lint, call-build ]
if: ${{ github.ref_name == 'develop' }}
uses: ./.github/workflows/staging.yml
secrets: inherit

call-release:
name: "Release"
needs: call-build
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit
Loading

0 comments on commit f272f25

Please sign in to comment.