Skip to content

Commit 8093465

Browse files
galin-sPetarKirov
authored andcommitted
feat(ci): Allow update flake lock to trigger from push to main on nixos-modules
1 parent 29fb17b commit 8093465

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Flake Lock Update
22

33
on:
4+
# Enable option to run on nixos-module push to main branch
5+
repository_dispatch:
6+
types:
7+
- flake-update
8+
49
# Enable option to manually run the action:
510
workflow_dispatch:
611

0 commit comments

Comments
 (0)