From 251e71900960b3f9f6c16afa209af68e99cd29e2 Mon Sep 17 00:00:00 2001 From: Chukwuma Nwaugha Date: Mon, 4 Nov 2024 04:29:38 +0000 Subject: [PATCH] fix indentation in deploy.yml --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b83d4f6..ee03baa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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-*" @@ -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: