Skip to content

Commit fab1757

Browse files
committed
fix: github deploy action
1 parent 04d40fc commit fab1757

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Deploy to Github Pages
2-
32
on:
43
push:
54
branches:
6-
- master
7-
5+
- main
86
jobs:
97
deploy:
108
runs-on: ubuntu-18.04

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: size
1+
name: Size
22
on: [pull_request]
33
jobs:
44
size:

0 commit comments

Comments
 (0)