Skip to content

Commit ec058b5

Browse files
committed
feat: add deploy and build workflow
1 parent 79359b8 commit ec058b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

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

66
permissions:
77
contents: write

.github/workflows/test&build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test&Build
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- master
66
permissions:
77
contents: write
88

0 commit comments

Comments
 (0)