Skip to content

Commit

Permalink
fix indentation in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 4, 2024
1 parent ed8e2fd commit 251e719
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
pull_request:
paths:
- "src/**"
- .streamlit
- ".streamlit"
- ".github/workflows/deploy.yml"
push:
branches:
- main
paths:
- "src/**"
- .streamlit
- ".streamlit"
- ".github/workflows/deploy.yml"
tags:
- "release-*"
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare, lint]
timeout-minutes: 10
permissions:
pull-requests: write
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 251e719

Please sign in to comment.