Merge pull request #364 from pixlise/feature/em-import #352
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Core Development | |
on: | |
push: | |
branches: | |
- development | |
workflow_dispatch: | |
inputs: | |
env: | |
# Use docker.io for Docker Hub if empty | |
REGISTRY: ghcr.io | |
# github.repository as <account>/<repo> | |
IMAGE_NAME: ${{ github.repository }} | |
jobs: | |
prerelease: | |
uses: ./.github/workflows/main.yml | |
with: | |
version_format: '${major}.${minor}.${patch}-prerelease.${increment}' | |
secrets: inherit |