From f857bf145e57eb7e7969aef19ecd72eb79a4855c Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 12 Sep 2023 17:15:55 -0600 Subject: [PATCH] always run Actions on push and pull_request --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a09549..2b390a41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: XDD CI -on: - push: - branches: [ "xdd-2.0" ] - pull_request: - branches: [ "*" ] +on: [push, pull_request] jobs: test: