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 name: Build podman-dind-like
on: on:
push: push:
branches: [ main ] branches:
- release/*
- feature/*
- develop
pull_request: pull_request:
branches: [ main ] branches: [ main ]