Skip to content

Commit

Permalink
Pipeline fixes: (#75)
Browse files Browse the repository at this point in the history
- Specify environment
- Trigger only in main repository, not in forks
  • Loading branch information
Zifah authored Aug 5, 2024
1 parent 0ccfd2a commit a6df37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
deploy:
if: github.repository_owner == 'Yorubaname'
runs-on: ubuntu-latest
environment: staging

steps:
- name: Checkout code
Expand Down

0 comments on commit a6df37d

Please sign in to comment.