Skip to content

Commit ace76c3

Browse files
committed
add path condition back in to mirror workflow
1 parent 4192d8a commit ace76c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror-dot-agents.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Mirror subdir to dot-agents
22
on:
33
push:
44
branches: [main]
5-
# paths:
6-
# - 'common/src/templates/initial-agents-dir/**'
5+
paths:
6+
- 'common/src/templates/initial-agents-dir/**'
77

88
jobs:
99
mirror:

0 commit comments

Comments
 (0)