]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Run libpng tests on push in addition to pull-requests.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Wed, 23 Feb 2022 20:31:11 +0000 (21:31 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 24 Feb 2022 11:04:46 +0000 (12:04 +0100)
Also run oss-fuzz on push to certain branches.

.github/workflows/fuzz.yml
.github/workflows/libpng.yml

index e7ddaea5b5bfe629a6f585ff4b33f9d696e7c1c5..cd647086ff126b4a127cb1250aad8dfaae0d5af8 100644 (file)
@@ -1,5 +1,15 @@
 name: CI Fuzz
-on: [pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - stable
+      - develop
+      - pre-release
+      - '2.*'
+    tags:
+      - '*'
+
 jobs:
   Fuzzing:
     runs-on: ubuntu-latest
index b3d989f7be303ae6f5c99b7ebde0d5ccd9dec4c4..a519460ccea35484736597e33903d64ab1cdb62d 100644 (file)
@@ -1,5 +1,5 @@
 name: CI Libpng
-on: [pull_request]
+on: [push, pull_request]
 jobs:
   pngtest:
     name: Ubuntu Clang