From 3c38572328c8151cadd1dd6d3e8ff201f916a227 Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Fri, 19 Jan 2024 15:33:04 +0100 Subject: [PATCH] Run PRs on main :) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e97528f..fe133f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: