diff --git a/.github/workflows/crush-pics.yml b/.github/workflows/crush-pics.yml index 196f64ab19..2d032b1193 100644 --- a/.github/workflows/crush-pics.yml +++ b/.github/workflows/crush-pics.yml @@ -1,17 +1,18 @@ name: Crush images + on: pull_request: branches: - automate-read-more paths: - - '**.jpg' - - '**.jpeg' - - '**.png' - - '**.gif' + - "**.jpg" + - "**.jpeg" + - "**.png" + - "**.gif" # push: # branches: # - automate-read-more - + jobs: crush: runs-on: ubuntu-latest @@ -22,4 +23,4 @@ jobs: uses: crush-pics/crush-pics-github-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} - api-key: ${{ secrets.CRUSH_API_KEY }} \ No newline at end of file + api-key: ${{ secrets.CRUSH_API_KEY }}