diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index ce26c4e..61cd47d 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -1,13 +1,16 @@ name: Fetch Dependencies on: - schedule: - - cron: '0 0 * * *' # Run daily + push: + paths-ignore: + - '.gitignore' + - 'LICENSE' + - 'README.md' + # schedule: + # - cron: '0 0 * * *' # Run daily jobs: update-dependencies: - permissions: - contents: write runs-on: ubuntu-latest steps: