Skip to content

Merge develop to next/kelvin/410 (#737) #49

Merge develop to next/kelvin/410 (#737)

Merge develop to next/kelvin/410 (#737) #49

Workflow file for this run

name: Push to next/kelvin/*
on:
push:
branches:
- 'next/kelvin/*'
paths:
- 'build.zig'
- 'build.zig.zon'
- 'ext/**'
- '!ext/**.md'
- 'pkg/**'
- '.github/workflows/**.yml'
- '*.sh'
jobs:
urbit:
uses: ./.github/workflows/shared.yml
with:
upload: true
next: ${{ github.ref_name }}
secrets: inherit