From 2d4c4b4dd31fde06cfffad7915c2b3006402322f Mon Sep 17 00:00:00 2001 From: Christophe <62888873+christophe-lunarg@users.noreply.github.com> Date: Fri, 7 Feb 2025 20:32:38 +0100 Subject: [PATCH] Update ci.yml to run CI on master branch PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5b7cf8d..665a5bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: pull_request: branches: - - main + - master push: workflow_dispatch: