Adding on github actions

This commit is contained in:
James Jones
2022-11-21 15:11:33 -05:00
parent 0557fd987c
commit fc5ba2b9b1

View File

@@ -1,7 +1,10 @@
name: Build podman-dind-like
on:
push:
branches: [ main ]
branches:
- release/*
- feature/*
- develop
pull_request:
branches: [ main ]