Skip to content

Commit 2d0c725

Browse files
committed
ci: allow workflows to run on fix/* branches
1 parent f6aa1ac commit 2d0c725

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/reproducibility.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Reproducibility Check
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main ]
6+
branches:
7+
- main
8+
- 'fix/*'
79

810
jobs:
911
repro:

.github/workflows/selfbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Self-Build Verification
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main ]
6+
branches:
7+
- main
8+
- 'fix/*'
79

810
jobs:
911
selfbuild:

0 commit comments

Comments
 (0)