Skip to content

Commit 0bf4fd3

Browse files
committed
ci: adjust to master-main branch rename
1 parent 5a1ef43 commit 0bf4fd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate docs
33
on:
44
push:
55
branches-ignore:
6-
- master
6+
- main
77

88
jobs:
99
docs:

.github/workflows/nix-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Nix build"
22
on:
33
pull_request:
44
push:
5+
branches:
6+
- main
57
workflow_call:
68
jobs:
79
checks:

0 commit comments

Comments
 (0)