this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make Github Actions run on pull requests too

authored by

Ariel Abreu and committed by
GitHub
28352ec1 971cf537

+1 -1
+1 -1
.github/workflows/actions.yaml
··· 1 1 name: Darling CI 2 2 3 - on: [push] 3 + on: [push, pull_request] 4 4 5 5 jobs: 6 6 build-deb: