Trigger GitHub Actions on every branch and pull request
This commit is contained in:
parent
9add1adf0b
commit
8666542c90
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,11 +1,7 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test-debian-like:
|
||||
|
|
Loading…
Reference in a new issue