1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +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

View File

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