Limit Github actions to specific branches
This commit is contained in:
parent
027ba46f6b
commit
56aee460ad
6
.github/workflows/vagrant.yml
vendored
6
.github/workflows/vagrant.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: homelab-ci
|
name: homelab-ci
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- testing
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
homelab-ci:
|
homelab-ci:
|
||||||
|
Loading…
Reference in New Issue
Block a user