Skip to content

Commit 9ddfa4d

Browse files
GitHub Actions enhancements
- add dependabot for actions - remove path filter
1 parent c472d4b commit 9ddfa4d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: CI
22

33
on:
44
push:
5-
paths:
6-
- '**.zig'
75
pull_request:
8-
paths:
9-
- '**.zig'
106
schedule:
117
- cron: '0 0 * * *'
128

0 commit comments

Comments
 (0)