From 26e9a4c2947c1870f511c607b052320a73b5685d Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Thu, 25 Mar 2021 13:40:15 +0100 Subject: [PATCH] Update GHA workflow --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d170fffa..dbf004b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,6 @@ name: CI -on: - pull_request: - push: - branches: - - master - - develop - - feature/** +on: [push, pull_request] env: UBSAN_OPTIONS: print_stacktrace=1