Skip to content

first test

first test #1

# Workflow responsible for the
# development release processes.
name: Build-Push-Dev-Image
on:
push:
branches:
- develop
- develop-v1
- ghactions
paths-ignore:
- README.md
# - .github/*
# - .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
- .githooks
# Do not build another image on a pull request.
# Any push to develop will trigger a new build however.
pull_request:
branches-ignore:
- '*'
jobs:
build-push-dev-image:
uses: helxplatform/helx-github-actions/.github/workflows/build-push-dev-image.yml@main
secrets: inherit