mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-20 00:12:29 +02:00
workflows: match every branch
Previously, branches with `/` in the name wasn't being matched
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,8 +3,8 @@ name: Continuous Integration
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '**'
|
||||||
pull_request: []
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|||||||
Reference in New Issue
Block a user