We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23431f commit a4a7d14Copy full SHA for a4a7d14
1 file changed
.github/workflows/python-package.yml
@@ -2,9 +2,11 @@ name: Python package
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches:
6
+ - "master"
7
pull_request:
8
9
10
11
jobs:
12
build:
0 commit comments