Skip to content

Commit 3514a65

Browse files
committed
Update branch references to main
1 parent 7aefaa0 commit 3514a65

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Node workflow
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
- develop
77
- verbose
88
paths-ignore:
99
- '**.md'
1010
- 'examples/**'
1111
push:
1212
branches:
13-
- master
13+
- main
1414
- develop
1515
- verbose
1616
paths-ignore:

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ on:
33
workflow_dispatch:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
- develop
88
- verbose
99
paths-ignore:
1010
- '**.md'
1111
- 'examples/**'
1212
push:
1313
branches:
14-
- master
14+
- main
1515
- develop
1616
- verbose
1717
paths-ignore:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_modules/
33
__tests__/runner/*
44
lib/
55

6-
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
6+
# Rest of the file pulled from https://github.com/github/gitignore/blob/main/Node.gitignore
77
# Logs
88
logs
99
*.log

0 commit comments

Comments
 (0)