Adding on github actions
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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 ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user