1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-21 12:16:54 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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