Skip to content

Commit 2c8d05f

Browse files
committed
Run actions only on pushes to master, not every push
1 parent f9045a1 commit 2c8d05f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: SpeechBrain toolkit CI
55
# Runs on pushes to master and all pull requests
66
on:
77
push:
8+
branches: [master]
89
pull_request:
910

1011
jobs:

0 commit comments

Comments
 (0)