feat: init (#2) #3
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: Create a release | ||
# yamllint disable-line rule:truthy | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
default: | ||
# using stable to be able to quickly switch to a working version in case the current stable is broken | ||
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_release_callable.yml | ||
secrets: inherit |