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:
parent
f05adb4f99
commit
bd8f198beb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ name: Continuous Integration
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user