Limit Github actions to specific branches

This commit is contained in:
2023-07-20 00:33:42 -04:00
parent 027ba46f6b
commit 56aee460ad

View File

@@ -1,6 +1,10 @@
name: homelab-ci
on: [push]
on:
push:
branches:
- main
- testing
jobs:
homelab-ci: