Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into cicd/self-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
fenriz07 committed Jul 2, 2024
2 parents d72b394 + 0fc1f72 commit 32ee432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: test
name: deploy on devnet
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/devnet'
if: github.ref == 'refs/heads/main'
environment: devnet
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 32ee432

Please sign in to comment.