1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

workflows: match every branch

Previously, branches with `/` in the name wasn't being matched
This commit is contained in:
Dawid Dziurla
2020-08-25 09:16:13 +02:00
committed by GitHub
parent 3ebb91c07a
commit f05adb4f99

View File

@ -3,8 +3,8 @@ name: Continuous Integration
on:
push:
branches:
- '*'
pull_request: []
- '**'
pull_request:
jobs:
ci: