Skip to content

final touches

final touches #2

# Workflow responsible for the
# major release processes.
name: Build-Push-Release
on:
push:
branches:
- master
- master-v1
- ghactions ## remove after
# - master-v2 uncomment when implemented
paths-ignore:
- README.md
# - .github/*
# - .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
- .githooks
tags-ignore:
- 'v[0-9]+.[0-9]+.*'
- '*'
jobs:
build-push-release:
uses: helxplatform/helx-github-actions/.github/workflows/build-push-release.yml@main
secrets: inherit