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: