From dc7765c2f449a8a873a9ef11ef70deb1a0f9a514 Mon Sep 17 00:00:00 2001 From: Hunter Richardson Date: Fri, 21 Jun 2024 14:10:41 -0500 Subject: [PATCH] Update workflows --- .github/workflows/aedificare.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aedificare.yaml b/.github/workflows/aedificare.yaml index 8e36ea5..5804455 100644 --- a/.github/workflows/aedificare.yaml +++ b/.github/workflows/aedificare.yaml @@ -1,6 +1,9 @@ name: aedificare -on: [push, pull_request] +on: + - push + - pull_request: + branches: [ "princeps" ] jobs: build_vue: runs-on: ubuntu-latest