Skip to content

Commit

Permalink
changing on push branches filter to include all branches
Browse files Browse the repository at this point in the history
Issue #82

Signed-off-by: Michael Gfeller <[email protected]>
  • Loading branch information
mgfeller committed Aug 25, 2020
1 parent 7bb412e commit de4e04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Meshery Consul
on:
push:
branches:
- '*'
- '**'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit de4e04a

Please sign in to comment.