Skip to content

Commit

Permalink
Fix deploy from test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Jul 11, 2024
1 parent 553b802 commit 481ff3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: sygma/deploy/stage
on:
push:
branches:
- main
- test

env:
AWS_REGION: '${{ secrets.AWS_REGION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name: Create Sygma relayer release
on:
push:
branches:
- test
- main
jobs:
release-please:
name: release
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/test'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:

- uses: actions/checkout@v2
Expand Down

0 comments on commit 481ff3b

Please sign in to comment.