Skip to content

Commit 3e70279

Browse files
committed
Little tweaks to move to main
1 parent 93a59e0 commit 3e70279

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: build
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
push:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
build:

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on: workflow_dispatch
33
#on:
44
# pull_request:
55
# branches:
6-
# - master
6+
# - main
77
# push:
88
# branches:
9-
# - master
9+
# - main
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)