We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0cc23 commit 7ca629aCopy full SHA for 7ca629a
1 file changed
.github/workflows/pythonapp.yml
@@ -5,7 +5,7 @@ name: SpeechBrain toolkit CI
5
# Runs on pushes to master and all pull requests
6
on: # yamllint disable-line rule:truthy
7
push:
8
- branches: [master]
+ branches: [main, develop]
9
pull_request:
10
11
jobs:
0 commit comments