From d46498cf9f7624c7cadf0f3842144fc0cad8efac Mon Sep 17 00:00:00 2001 From: Aaron Croissette Date: Sat, 17 Feb 2024 14:55:40 -0500 Subject: [PATCH] ci: update build triggers --- .github/workflows/ci.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6745ba9..4cbf815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,18 @@ name: CI Build on: + # Runs on pushes targeting the default branch push: branches: - - main + - "**" + # - main + # - master + # - trunk + tags: + - "!**" + # Run every time a PR is updated pull_request: - branches: - - main + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: test: runs-on: ${{ matrix.os }}