Skip to content

Commit de3e251

Browse files
committed
Actions (Tangled Mirror): Try triggering for pushes on any branch (Attempt 2)
1 parent 9b06763 commit de3e251

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tangled-mirror.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Mirror Repo to Tangled.org
22

33
on:
44
workflow_dispatch:
5-
push
5+
push:
6+
branches:
7+
- "**"
68

79
concurrency:
810
group: tangled-mirror

0 commit comments

Comments
 (0)