debugging CI

This commit is contained in:
Kbz-8
2023-12-31 13:30:32 +01:00
parent 6e1fcb381a
commit e76f084625

View File

@@ -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: