mirror of https://github.com/VERT-sh/VERT.git
ci: only build on src/ or static/ changes
also allow manual dispatches
This commit is contained in:
parent
be7cb2f780
commit
58175462b2
|
@ -4,8 +4,15 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
tags: [ 'v*' ]
|
tags: [ 'v*' ]
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- 'static/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- 'static/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
Loading…
Reference in New Issue