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