Skip to content

Commit c054ce9

Browse files
committed
fix: make workflow recognize main as branchname now
1 parent 8f432c9 commit c054ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build-and-deploy:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)