Skip to content

Commit af9a3f2

Browse files
authored
Update test.yml
1 parent c8ed039 commit af9a3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: GitHub Classroom Workflow
22

33
on:
44
push:
5-
branches: [ master,dev]
5+
branches: [ main,dev]
66
paths-ignore:
77
- 'README.md'
88
pull_request:
9-
branches: [ master ]
9+
branches: [ main ]
1010
workflow_dispatch:
1111

1212
env:

0 commit comments

Comments
 (0)