Skip to content

Commit 42c97a4

Browse files
committed
ci: limit reproducible build workflow to branches
1 parent 7304668 commit 42c97a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reproducible-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Reproducible Build
22

33
on:
44
push:
5+
branches:
6+
- '**'
57
paths:
68
- 'tutorial/01a-reproducible-builds/**'
79
pull_request:

0 commit comments

Comments
 (0)