Skip to content

Merge pull request #1 from containifyci/fr12k_example_change #3

Merge pull request #1 from containifyci/fr12k_example_change

Merge pull request #1 from containifyci/fr12k_example_change #3

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
permissions:
contents: write # for checkout
pull-requests: write # for updating pr
jobs:
build-and-release:
permissions:
contents: write
pull-requests: write
uses: containifyci/.github/.github/workflows/release.yml@v1
secrets: inherit