Skip to content

Commit bfd1501

Browse files
authored
Update to change on main
1 parent e3b1ef6 commit bfd1501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- '**.md'
88
pull_request:
@@ -35,4 +35,4 @@ jobs:
3535

3636
- name: audit packages
3737
run: npm audit --audit-level=moderate
38-
if: matrix.operating-system == 'ubuntu-latest'
38+
if: matrix.operating-system == 'ubuntu-latest'

0 commit comments

Comments
 (0)