Skip to content

Commit

Permalink
Run CI on the 5.0 branch as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Jul 21, 2021
1 parent 11f816b commit c557c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -5,13 +5,13 @@ name: Celery

on:
push:
branches: [ master ]
branches: [ 'master', '5.0' ]
paths:
- '**.py'
- '**.txt'
- '.github/workflows/python-package.yml'
pull_request:
branches: [ master ]
branches: [ 'master', '5.0' ]
paths:
- '**.py'
- '**.txt'
Expand Down

0 comments on commit c557c75

Please sign in to comment.