diff options
Diffstat (limited to 'vere/.github/workflows/next.yml')
-rw-r--r-- | vere/.github/workflows/next.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vere/.github/workflows/next.yml b/vere/.github/workflows/next.yml new file mode 100644 index 0000000..71738ad --- /dev/null +++ b/vere/.github/workflows/next.yml @@ -0,0 +1,22 @@ +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 |