Restrict GitHub Actions to a dedicated branch

- The Vagrant testing setup on macos-latest is broken
- Temporary measure until fixed or abandoned
This commit is contained in:
Kris Lamoureux 2024-09-10 22:11:31 -04:00
parent 324fe0b191
commit a0aa289c05
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -3,8 +3,9 @@ name: homelab-ci
on:
push:
branches:
- main
- testing
- github_actions
# - main
# - testing
jobs:
homelab-ci: