Skip to content

Commit 0d3738a

Browse files
authored
Merge pull request #18 from LBHackney-IT/auto-deply
Explicitly reference main branch in actions
2 parents db05a7d + 0573d55 commit 0d3738a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy to GitHub Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: [$default-branch]
6+
branches:
7+
- main
78

89
# Allows you to run this workflow manually from the Actions tab
910
workflow_dispatch:

0 commit comments

Comments
 (0)