Skip to content

Commit

Permalink
Fix GitHub workflows YAML files to match the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 10, 2021
1 parent 97fac45 commit b86f38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Test against different Python version

on:
push:
branches: master
pull_request:
branches: [ master ]
pull_request:

jobs:
python_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration tests

on:
push:
branches: master
branches: [ master ]
pull_request:

jobs:
Expand Down

0 comments on commit b86f38b

Please sign in to comment.