From 2f27058e7168dbbb2dbeda6ad17e0d5c4b294f9c Mon Sep 17 00:00:00 2001 From: Emily Rodriguez <32680215+em-c-rod@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:10:49 -0500 Subject: [PATCH] Update verify-vagrant.yml --- .github/workflows/verify-vagrant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-vagrant.yml b/.github/workflows/verify-vagrant.yml index 8059549..50f9e8a 100644 --- a/.github/workflows/verify-vagrant.yml +++ b/.github/workflows/verify-vagrant.yml @@ -2,9 +2,9 @@ name: Verify the Baseline using Vagrant on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] release: types: - published