Skip to content

Commit a32f2f1

Browse files
committed
removes AI generated stuff
1 parent bfd94db commit a32f2f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [master, develop]
66
pull_request:
7-
branches: [main, develop]
7+
branches: [master, develop]
88

99
jobs:
1010
test:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

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

88
permissions:

0 commit comments

Comments
 (0)