Skip to content

build(deps-dev): bump flake8 from 7.1.0 to 7.1.1 (#74) #31

build(deps-dev): bump flake8 from 7.1.0 to 7.1.1 (#74)

build(deps-dev): bump flake8 from 7.1.0 to 7.1.1 (#74) #31

Workflow file for this run

name: Publish dev release
on:
push:
branches:
- main
jobs:
build:
name: Build and attach .deb and .whl package
if: github.repository == 'pantos-io/servicenode'
uses: ./.github/workflows/build.yml
secrets: 'inherit'
publish-docker:
uses: ./.github/workflows/publish-docker.yaml
if: github.repository == 'pantos-io/servicenode'
needs: [build]
secrets: 'inherit'
with:
tag: development
environment: main