summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2023-01-21 12:38:07 +0000
committerJoe Orton <jorton@apache.org>2023-01-23 17:11:37 +0000
commitaab8ee6698aee79fffc9ee32f131ac36c3856c48 (patch)
treea6eca73f24246f90917f14af97e7bd0ce038926d
parent204842aea53c066b7a966d79711b1763599b8fc3 (diff)
downloadneon-git-aab8ee6698aee79fffc9ee32f131ac36c3856c48.tar.gz
Test against Ubuntu 22.04, tweak triggers.
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 535d613..9c56286 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,12 @@
name: Build and test
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
jobs:
build:
@@ -8,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-18.04, ubuntu-20.04]
+ os: [ubuntu-20.04, ubuntu-22.04]
conf-shared: [--enable-static, --enable-shared ]
conf-xml: [--with-expat, --with-libxml2 ]
conf-ssl: [--without-ssl, --with-ssl=openssl, --with-ssl=gnutls]