summaryrefslogtreecommitdiff
path: root/vere/.github/workflows/release.yml
blob: ca4a907b07c7982a3fa909ed5ef1ff8c939dacad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Push to release

on:
  push:
    branches:
      - release
    paths:
      - 'build.zig'
      - 'build.zig.zon'
      - 'ext/**'
      - '!ext/**.md'
      - 'pkg/**'
      - '.github/workflows/**.yml'
      - '*.sh'

jobs:
  urbit:
    uses: ./.github/workflows/shared.yml
    with:
      pace: 'soon'
      upload: true
    secrets: inherit

  docker:
    uses: ./.github/workflows/docker-shared.yml
    with:
      pace: 'soon'
    secrets: inherit