Skip to content

Commit

Permalink
feat: add staging pipeline and BackendConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds committed May 23, 2024
1 parent 5c537b9 commit 943f132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
id-token: write
contents: write
runs-on: ubuntu-22.04
if: github.actor != 'dependabot[bot]' && github.ref_name == 'main'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 943f132

Please sign in to comment.