Skip to content

ci: start building from the canonical fork #68

ci: start building from the canonical fork

ci: start building from the canonical fork #68

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"
- "track/*"
paths:
- "rockcraft.yaml"
- ".github/workflows/**.yaml"
jobs:
build:
uses: ./.github/workflows/build.yaml