diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-03-16 16:01:26 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-03-16 16:02:21 +0100 |
commit | b524fc4703de6662603f04662089d5468cb704d8 (patch) | |
tree | 76809b68490113c66a5709753dff252c6f6748c3 /.github | |
parent | repositories: Add cova-overlay (diff) | |
download | api-b524fc4703de6662603f04662089d5468cb704d8.tar.gz api-b524fc4703de6662603f04662089d5468cb704d8.tar.bz2 api-b524fc4703de6662603f04662089d5468cb704d8.zip |
github ci: run on push and PRs
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df409dc..dd299ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: CI -on: [push] +on: [push, pull_request] jobs: build: runs-on: ubuntu-latest |