Skip to content

Commit

Permalink
Update CI branch filters for new workflow
Browse files Browse the repository at this point in the history
Co-Authored-By: Daniel Hahler <[email protected]>
  • Loading branch information
bluetech and blueyed committed Jan 29, 2020
1 parent 6a26ac4 commit ce033be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:
push:
branches:
- master
- "[0-9]+.[0-9]+.x"
tags:
- "*"

pull_request:
branches:
- master
- "[0-9]+.[0-9]+.x"

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@ notifications:
branches:
only:
- master
- features
- 4.6-maintenance
- /^\d+(\.\d+)+$/
- /^\d+\.\d+\.x$/

0 comments on commit ce033be

Please sign in to comment.