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

View File

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