Skip to content

feat: update git source and snaps to use hydra device flow feature #54

feat: update git source and snaps to use hydra device flow feature

feat: update git source and snaps to use hydra device flow feature #54

Workflow file for this run

name: Push (any)
# When pushing to any branch other than "main", we:
# * build the rock image
on:
push:
branches-ignore:
- "main"
paths:
- "rockcraft.yaml"
- ".github/workflows/**.yaml"
jobs:
build:
uses: ./.github/workflows/build.yaml