Skip to content

Commit

Permalink
Merge pull request #231 from Zemnmez/Zemnmez-patch-10
Browse files Browse the repository at this point in the history
Require tests to pass before production push.
  • Loading branch information
Zemnmez committed May 20, 2022
2 parents 5cd6af6 + 47c20f4 commit e4d73a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
if: github.event_name == 'push'
runs-on: ubuntu-latest
environment: production
needs: Test
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit e4d73a7

Please sign in to comment.