Skip to content

Commit

Permalink
Updating workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Oct 9, 2023
1 parent 209defd commit 231d98d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CICD
on:
push:
pull_request:
types: [opened]
workflow_dispatch:

defaults:
Expand All @@ -28,6 +29,7 @@ jobs:
needs: [test]
steps:
- uses: actions/checkout@v4
- run: pip install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit 231d98d

Please sign in to comment.