Skip to content

Commit f436455

Browse files
author
Majorfi
committed
feat: update workflow branch
1 parent 66e3a61 commit f436455

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Check Files
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validation
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
lint:

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deployment
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
sync:
88
name: Verify and sync data to IPFS

0 commit comments

Comments
 (0)