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

workflows: run CI on master or pull request only

This commit is contained in:
Dawid Dziurla 2020-08-25 09:18:29 +02:00 committed by GitHub
parent f05adb4f99
commit bd8f198beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- '**'
- master
pull_request:
jobs: