build: update github actions triggers

This commit is contained in:
Joe Bryan 2022-04-01 14:03:41 -04:00
parent 77634b14f7
commit 216d63a910
2 changed files with 5 additions and 1 deletions

View File

@ -41,8 +41,10 @@ on:
- 'pkg/ge-additions/**'
- 'pkg/libaes_siv/**'
- 'pkg/urbit/**'
- 'pkg/urcrypt/**'
- 'bin/**'
- 'nix/**'
- default.nix
pull_request:
paths:
- 'pkg/arvo/**'
@ -51,8 +53,10 @@ on:
- 'pkg/ge-additions/**'
- 'pkg/libaes_siv/**'
- 'pkg/urbit/**'
- 'pkg/urcrypt/**'
- 'bin/**'
- 'nix/**'
- default.nix
jobs:
urbit:

View File

@ -3,7 +3,7 @@ name: release-docker
on:
release: null
push:
tags: ['urbit-v*']
tags: 'urbit-v[0-9]+.[0-9]+'
jobs:
upload: