Skip to content

Commit 06abb45

Browse files
authored
Fix workflow after branch rename (#3)
The deployment github action was still triggered by changes to the old default branch. Update it to use main instead.
1 parent 3285b6f commit 06abb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55

66
jobs:
77
ci:

0 commit comments

Comments
 (0)