Skip to content

Commit 11490a9

Browse files
committed
fix: ci
1 parent 24eb8f6 commit 11490a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuous Integration and Deployment
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66

77
permissions:
88
contents: write

.github/workflows/pr-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull Request CI
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ master ]
66

77
permissions: read-all
88

0 commit comments

Comments
 (0)