Skip to content

Commit c42dbda

Browse files
committed
TEMPORARY
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 818d12a commit c42dbda

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/weekly.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ name: devicemapper weekly
33

44
# yamllint disable-line rule:truthy
55
on:
6+
push:
7+
branches:
8+
- master
9+
paths-ignore:
10+
- 'CHANGES.txt'
11+
- '**/README.md'
12+
pull_request:
13+
branches:
14+
- master
15+
paths-ignore:
16+
- 'CHANGES.txt'
17+
- '**/README.md'
18+
619
schedule:
720
- cron: 20 3 * * 2
821
workflow_dispatch:

0 commit comments

Comments
 (0)