Skip to content

Commit

Permalink
workflows: match every branch
Browse files Browse the repository at this point in the history
Previously, branches with `/` in the name wasn't being matched
  • Loading branch information
dawidd6 committed Aug 25, 2020
1 parent 3ebb91c commit f05adb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -3,8 +3,8 @@ name: Continuous Integration
on:
push:
branches:
- '*'
pull_request: []
- '**'
pull_request:

jobs:
ci:
Expand Down

0 comments on commit f05adb4

Please sign in to comment.