From 082fdf2e8098ef6bcb46a7dfabf8c6b9fd096346 Mon Sep 17 00:00:00 2001
From: Jeremy Press <jeremypress1@gmail.com>
Date: Mon, 28 Aug 2023 03:57:19 +0000
Subject: [PATCH] Fix typo :) (#430)
---
.github/workflows/ci.yaml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a544156..731395d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -1,9 +1,12 @@
name: Build and Test
on:
+ pull_request:
+ branches:
+ - v4
push:
branches:
- - v4-alpha # TODO: update
+ - v4
jobs:
build-and-test:
--
Gitblit v1.10.0