summaryrefslogtreecommitdiff
path: root/vere/.github/workflows/feature.yml
blob: d78b911e13f6b38579cc3354b65bee58a7211daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Feature pull request

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

jobs:
  urbit:
    uses: ./.github/workflows/shared.yml
    with:
      pace: 'edge'
      upload: false