Skip to content

temp: build hydra from branch #61

temp: build hydra from branch

temp: build hydra from branch #61

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