Skip to content

Commit cd29cb9

Browse files
committed
switching to main branch
1 parent 19a0bc1 commit cd29cb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code_quality.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
name: Code Quality
33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
8+
workflow_dispatch:
89

910
jobs:
1011
flake8:

0 commit comments

Comments
 (0)