Skip to content

Commit

Permalink
Fix github action for PR on releases branches (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll authored Aug 9, 2022
1 parent 8059a2b commit 277a5a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
- 'releases/**'

jobs:
pylint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
- 'releases/**'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
- 'releases/**'
jobs:
test:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
- 'releases/**'
jobs:
yapf:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 277a5a4

Please sign in to comment.