1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-20 05:19:24 +02:00

workflows: update CI triggers

So it would run on pull requests from forks
This commit is contained in:
Dawid Dziurla 2020-05-04 20:03:27 +02:00 committed by GitHub
parent 0852f53455
commit b85048f616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Continuous Integration
on: push
on:
push:
branches:
- '*'
pull_request: []
jobs:
ci: