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